<?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/16611" />

	<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>2009-02-12T15:16:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-02-12T15:16:05-04:00</updated>

		<published>2009-02-12T15:16:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87377#p87377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87377#p87377"/>
		<title type="html"><![CDATA[PLEASE HELP....My bot only can add owner if the nick 9 digit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87377#p87377"><![CDATA[
What you need to keep in mind here, is the fundamental difference between nicknames and handles. Irc uses nicknames to ID individual connections across the network. Eggdrop uses handles as user account names.<br><br>The key part is that you do not have to have the same handle as your irc-nickname.<br><br>Also worth mentioning, editing the HANDLEN macro and recompiling will render any old userfiles unusable, and you will only be able to share userfiles with eggdrops with the very same value for HANDLEN.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Feb 12, 2009 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ultralord]]></name></author>
		<updated>2009-02-12T13:27:29-04:00</updated>

		<published>2009-02-12T13:27:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87371#p87371</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87371#p87371"/>
		<title type="html"><![CDATA[PLEASE HELP....My bot only can add owner if the nick 9 digit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87371#p87371"><![CDATA[
<blockquote class="uncited"><div>I use eggdrop1.6.18<br><br>and have this in the conf file <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div># This setting allows you to specify the maximum nick-length supported by your<br># network. The default setting is 9. The maximum supported length by Eggdrop<br># is 32.<br>set nick-len 32</div></blockquote></div></blockquote>that works?????? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> if yes is very usefull <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8360">ultralord</a> — Thu Feb 12, 2009 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2009-02-12T11:36:45-04:00</updated>

		<published>2009-02-12T11:36:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87366#p87366</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87366#p87366"/>
		<title type="html"><![CDATA[PLEASE HELP....My bot only can add owner if the nick 9 digit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87366#p87366"><![CDATA[
I use eggdrop1.6.18<br><br>and have this in the conf file <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div># This setting allows you to specify the maximum nick-length supported by your<br># network. The default setting is 9. The maximum supported length by Eggdrop<br># is 32.<br>set nick-len 32</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Thu Feb 12, 2009 11:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[adiy]]></name></author>
		<updated>2009-02-12T09:09:25-04:00</updated>

		<published>2009-02-12T09:09:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87363#p87363</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87363#p87363"/>
		<title type="html"><![CDATA[PLEASE HELP....My bot only can add owner if the nick 9 digit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87363#p87363"><![CDATA[
<blockquote class="uncited"><div>In sources of your bot open file src/eggdrop.h and find there a string <div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 9   /* valid values 9-&gt;NICKMAX  */</code></pre></div> Change it to <div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 32   /* valid values 9-&gt;NICKMAX  */</code></pre></div> and recompile your bot.</div></blockquote>ic bro... thanks a lot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10301">adiy</a> — Thu Feb 12, 2009 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[username]]></name></author>
		<updated>2009-02-10T09:37:48-04:00</updated>

		<published>2009-02-10T09:37:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87330#p87330</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87330#p87330"/>
		<title type="html"><![CDATA[PLEASE HELP....My bot only can add owner if the nick 9 digit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87330#p87330"><![CDATA[
In sources of your bot open file src/eggdrop.h and find there a string <div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 9   /* valid values 9-&gt;NICKMAX  */</code></pre></div> Change it to <div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 32   /* valid values 9-&gt;NICKMAX  */</code></pre></div> and recompile your bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6813">username</a> — Tue Feb 10, 2009 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[adiy]]></name></author>
		<updated>2009-02-10T07:17:16-04:00</updated>

		<published>2009-02-10T07:17:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87328#p87328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87328#p87328"/>
		<title type="html"><![CDATA[PLEASE HELP....My bot only can add owner if the nick 9 digit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87328#p87328"><![CDATA[
(YoUR EggDROP NoT SuPPORTED MoRE THaN 8 DIgIT)<br>who can help me... my bot cannot add owner or friend if the nick more 9 digit... please help....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10301">adiy</a> — Tue Feb 10, 2009 7:17 am</p><hr />
]]></content>
	</entry>
	</feed>
