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

	<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>2014-02-26T09:42:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2014-02-26T09:42:21-04:00</updated>

		<published>2014-02-26T09:42:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102618#p102618</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102618#p102618"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102618#p102618"><![CDATA[
No problemo <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Wed Feb 26, 2014 9:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ndrp]]></name></author>
		<updated>2014-02-26T08:44:26-04:00</updated>

		<published>2014-02-26T08:44:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102617#p102617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102617#p102617"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102617#p102617"><![CDATA[
<blockquote class="uncited"><div>Great to hear <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Thanks for helping. Problem shared is half solved.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12241">ndrp</a> — Wed Feb 26, 2014 8:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2014-02-26T08:34:38-04:00</updated>

		<published>2014-02-26T08:34:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102616#p102616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102616#p102616"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102616#p102616"><![CDATA[
Great to hear <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Wed Feb 26, 2014 8:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ndrp]]></name></author>
		<updated>2014-02-26T08:36:26-04:00</updated>

		<published>2014-02-26T08:08:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102615#p102615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102615#p102615"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102615#p102615"><![CDATA[
<blockquote class="uncited"><div>You must do something wrong, the way i postet allways works for me.</div></blockquote>It seems that Eggdropd 1.8.0 and 1.6 are not compatible by default.<br><br>I found the way how to change the default handle length in Eggdrop 1.8 (<a href="http://forum.egghelp.org/viewtopic.php?p=56894" class="postlink">http://forum.egghelp.org/viewtopic.php?p=56894</a>)<br><div class="codebox"><p>Code: </p><pre><code>scr/ehhdrop.h/* * HANDLEN note: *       HANDLEN defines the maximum length a handle on the bot can be. *       Standard (and minimum) is 9 characters long. * *       Beware that using lengths over 9 chars is 'non-standard' and if *       you wish to link to other bots, they _must_ both have the same *       maximum handle length. * * NICKMAX note: *       You should leave this at 32 characters and modify nick-len in the *       configuration file instead. */#define HANDLEN 32   /* valid values 9-&gt;NICKMAX  */#define NICKMAX 32  /* valid values HANDLEN-&gt;32 */</code></pre></div>I changed HANDLEN from 32 to 9 and reconpiled Eggdrop 1.8. Now the bots wered linked together without any problems.  There were no bad Password errors.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12241">ndrp</a> — Wed Feb 26, 2014 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2014-02-25T15:24:45-04:00</updated>

		<published>2014-02-25T15:24:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102614#p102614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102614#p102614"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102614#p102614"><![CDATA[
You must do something wrong, the way i postet allways works for me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Tue Feb 25, 2014 3:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ndrp]]></name></author>
		<updated>2014-02-25T15:36:55-04:00</updated>

		<published>2014-02-25T14:50:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102613#p102613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102613#p102613"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102613#p102613"><![CDATA[
I deleted HubBot and LeafBot  and tried to add bots as you suggested. All I got was:<div class="codebox"><p>Code: </p><pre><code>HubBot v1.6[20:30] Telnet connection: leaf.host.com/56843[20:30] Timeout/EOF ident connection[20:30] Non-matching handle lengths with LeafBot, they use 32 characters.[20:31] Telnet connection: leaf.host.com/53917[20:31] Timeout/EOF ident connection[20:31] Challenging LeafBot...[20:31] Bad Password: [LeafBot]telnet@leaf.host.com/53917LeafBot v1.8[20:30:45] #User# link HubBot[20:30:45] Linking to HubBot at hub.host.com:xxxx ...[20:30:45] Non-matching handle lengths with HubBot, they use 9 characters.[20:31:00] Password required for connection to HubBot.[20:31:00] Bad password on connect attempt to HubBot.[20:31:00] Lost Bot: HubBot</code></pre></div>The bots are on IrcNet. Do I need to compile version 1.8 without SSL support? Nicks are not longer than 9 characters. Another version 1.6 leaf bot connect to HubBot without any problems but verion 1.8 is problematic.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12241">ndrp</a> — Tue Feb 25, 2014 2:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2014-02-25T13:57:51-04:00</updated>

		<published>2014-02-25T13:57:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102612#p102612</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102612#p102612"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102612#p102612"><![CDATA[
Try this : <br><br>Master Bot:<div class="codebox"><p>Code: </p><pre><code>.+bot &lt;botname&gt;.chattr &lt;botname&gt; +fo.botattr  &lt;botname&gt; -s (-s / dont share userfile)</code></pre></div>and this for all new bots you wanna link with master<br><br>change that to bot-nick in your .conf file<br><div class="codebox"><p>Code: </p><pre><code>on the new bot do: .+bot &lt;another botname&gt; IP PORT (NO : between ip and port).chattr &lt;another botname&gt; +fo.botattr &lt;another botname&gt; +p.botattr  &lt;another botname&gt; +h.link &lt;another botname&gt;</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Tue Feb 25, 2014 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ndrp]]></name></author>
		<updated>2014-02-26T08:46:02-04:00</updated>

		<published>2014-02-25T12:44:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102611#p102611</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102611#p102611"/>
		<title type="html"><![CDATA[[SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102611#p102611"><![CDATA[
Hi<br><br>I'm trying to link bots. HubBot is version 1.6 and LeafBot is version 1.8.<br><br>I get errors:<br><br>LeafBot v1.8<br>[18:12:00] Telnet connection: leaf.host.com/xxxxx<br>[18:12:00] Received challenge from HubBot... sending response ...<br>[18:12:00] Bad password on connect attempt to HubBot.<br>[18:12:00] Lost Bot: HubBot<br>[18:12:00] Sent STARTTLS to HubBot...<br>[18:12:00] Challenging HubBot...<br>[18:12:00] Response (password hash) from HubBot incorrect<br>[18:12:00] Bad Password: [HubBot]<a href="mailto:xxxx@leaf.host.com">xxxx@leaf.host.com</a>/xxxxx<br><br>First time after deleting passworks I Got:<br>[18:05:06] Sent STARTTLS to HubBot...<br>[18:05:06] Challenging HubBot...<br>[18:05:06] Non-matching handle lengths with HubBot, they use 9 characters.<br><br><br>HubBot v1.6<br>[18:12] Telnet connection: leaf.host.com/57317<br>[18:12] Timeout/EOF ident connection<br>[18:12] Challenging LeafBot...<br>[18:12] Response (password hash) from LeafBot incorrect<br>[18:12] Bad Password: [LeafBot]<a href="mailto:telnet@leaf.host.com">telnet@leaf.host.com</a>/xxxxx<br>[18:12] Received challenge from LeafBot... sending response ...<br>[18:12] Bad password on connect attempt to LeafBot.<br>[18:12] Lost Bot: LeafBot<br><br>I have deleted all password lines from user files and restarded bots but that didn't help.<br><br>What's wrong?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12241">ndrp</a> — Tue Feb 25, 2014 12:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
