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

	<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>2006-08-03T20:43:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-03T20:43:35-04:00</updated>

		<published>2006-08-03T20:43:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65129#p65129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65129#p65129"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65129#p65129"><![CDATA[
What is there not to understand about "editing sources"?<br><br>You busily scroll through the source files and look for what you want to modify and then re-compile eggdrop.<br><br>You could do the following so that *all* bots can cope with 32 character user nicks and nothing gets "cutted" (I really wish foreigner's would stop stuffing up the Queen's English). <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>In the src folder of eggdrop1.6.1x edit eggdrop.h and change:<div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 9   /* valid values 9-&gt;NICKMAX  */</code></pre></div>... to:<div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 32   /* valid values 9-&gt;NICKMAX  */</code></pre></div>.. save the file and recompile your bot(s) and they will link with any other bot that has been compiled to use 32 character nicks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Aug 03, 2006 8:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pSyCh0]]></name></author>
		<updated>2006-08-02T15:59:28-04:00</updated>

		<published>2006-08-02T15:59:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65101#p65101</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65101#p65101"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65101#p65101"><![CDATA[
<blockquote class="uncited"><div>It is possible if you modify sources a little and remove HANDLEN check. Actually nothing bad happends when you link diffrent HANDLENs bots. Userfile is sent properly and of course handle's are cutted when sent from 32 to 9 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>Can you explain me in details.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5621">pSyCh0</a> — Wed Aug 02, 2006 3:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2006-08-02T14:14:11-04:00</updated>

		<published>2006-08-02T14:14:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65099#p65099</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65099#p65099"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65099#p65099"><![CDATA[
It is possible if you modify sources a little and remove HANDLEN check. Actually nothing bad happends when you link diffrent HANDLENs bots. Userfile is sent properly and of course handle's are cutted when sent from 32 to 9 ;)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Aug 02, 2006 2:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-02T13:12:16-04:00</updated>

		<published>2006-08-02T13:12:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65097#p65097</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65097#p65097"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65097#p65097"><![CDATA[
no<br><br>but you still could try that out and let us know<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 02, 2006 1:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pSyCh0]]></name></author>
		<updated>2006-08-02T09:34:39-04:00</updated>

		<published>2006-08-02T09:34:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65092#p65092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65092#p65092"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65092#p65092"><![CDATA[
to link 9 &amp; 32 HANDLEN bots? :)Without changing their handlen.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5621">pSyCh0</a> — Wed Aug 02, 2006 9:34 am</p><hr />
]]></content>
	</entry>
	</feed>
