<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/13115" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2007-02-15T06:37:21-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/13115</id>

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-02-15T06:37:21-04:00</updated>

		<published>2007-02-15T06:37:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70461#p70461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70461#p70461"/>
		<title type="html"><![CDATA[nick-len or something else?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70461#p70461"><![CDATA[
<blockquote class="uncited"><div>I don't see an eggdrop.h file anywhere....</div></blockquote>It's part of the source code for eggdrop.<br>eggdrop1.6.18/src/eggdrop.h<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Feb 15, 2007 6:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-02-13T21:32:29-04:00</updated>

		<published>2007-02-13T21:32:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70440#p70440</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70440#p70440"/>
		<title type="html"><![CDATA[nick-len or something else?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70440#p70440"><![CDATA[
<blockquote class="uncited"><div>I don't see an eggdrop.h file anywhere....</div></blockquote>Then you're not really looking. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Try ~./src<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Feb 13, 2007 9:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[indigo`]]></name></author>
		<updated>2007-02-13T21:12:10-04:00</updated>

		<published>2007-02-13T21:12:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70439#p70439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70439#p70439"/>
		<title type="html"><![CDATA[nick-len or something else?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70439#p70439"><![CDATA[
I don't see an eggdrop.h file anywhere....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7168">indigo`</a> — Tue Feb 13, 2007 9:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-02-13T19:26:54-04:00</updated>

		<published>2007-02-13T19:26:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70436#p70436</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70436#p70436"/>
		<title type="html"><![CDATA[nick-len or something else?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70436#p70436"><![CDATA[
Nick length is not the same as handle length (the handle being what's stored in the bot's user file.)  The usual max is 9 chars, although you can change this in the eggdrop.h file and then recompile. As stated in the eggdrop.h file, that would be non-standard and can cause problems with botnets for example, so all linked bots need to have the same HANDLEN set.<br><br><br>BTW, forum mods, I tried to do a search cos I know this topic's been discussed before, but the search feature isn't working, for any thing I tried.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Feb 13, 2007 7:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[indigo`]]></name></author>
		<updated>2007-02-13T17:38:13-04:00</updated>

		<published>2007-02-13T17:38:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70434#p70434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70434#p70434"/>
		<title type="html"><![CDATA[nick-len or something else?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70434#p70434"><![CDATA[
I've set nick-len to 20 in the config file.<br><br>When I add a user to the bot with a nick more than 9 characters, it chops it off at 9 characters.  <br><br>Isn't this set by nick-len?<br><br>If not, where do I set this variable so that I can add users with longer nicks to the bot?<br><br>Also, the nick contains characters such as ^ and `.  Is this part of the problem?  If so, can it be fixed?<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7168">indigo`</a> — Tue Feb 13, 2007 5:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
