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

	<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>2005-01-24T00:00:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-24T00:00:41-04:00</updated>

		<published>2005-01-24T00:00:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45766#p45766</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45766#p45766"/>
		<title type="html"><![CDATA[Link server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45766#p45766"><![CDATA[
thanks for reply i will try it if it work or not will post again  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Mon Jan 24, 2005 12:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-23T18:23:30-04:00</updated>

		<published>2005-01-23T18:23:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45743#p45743</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45743#p45743"/>
		<title type="html"><![CDATA[Re: Link server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45743#p45743"><![CDATA[
<blockquote class="uncited"><div># Set the next line as the channel you want to listen on<br>set linkchan1 "#testchannel1"<br># Set the next line as the channel you want to send to<br>set linkchan2 "#testchannel2"<br># Set the next line as the bot in your net you want to relay through<br>set linkbot "Bot2"<br><br># **How to use**<br>#  On Bot 1 set your vars as:<br>#   set linkchan1 "#channel1"<br>#   set linkchan2 "#channel2"<br>#   set linkbot "Bot2"<br>#  On Bot 2 set your vars as:<br>#   set linkchan1 "#channel2"<br>#   set linkchan2 "#channel1"<br>#   set linkbot "Bot1"<br>#  That's it<br>========</div></blockquote>Ok heres an explination of what you need.<br><br>You need 2 eggdrops running this script on both of them. They have to also be linked to each other using the .+bot feature.<br><div class="codebox"><p>Code: </p><pre><code># Set the next line as the channel you want to listen onset linkchan1 "#testchannel1"</code></pre></div>Set this in your tcl on your first bot to the channel you want the bot to realy from. ie channel1's text goes to channel2.<br><div class="codebox"><p>Code: </p><pre><code># Set the next line as the channel you want to paste the information it reads tooset linkchan2 "#testchannel2"</code></pre></div>Set this in your tcl on your first bot to the channel you want the bot to realy too.<br><br>Now do exactly the same on your other bot but swap the channels around.<br><br>Hope this clears it up a little  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun Jan 23, 2005 6:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-23T01:26:46-04:00</updated>

		<published>2005-01-23T01:26:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45717#p45717</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45717#p45717"/>
		<title type="html"><![CDATA[Link server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45717#p45717"><![CDATA[
any idea ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Sun Jan 23, 2005 1:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2004-09-09T12:05:06-04:00</updated>

		<published>2004-09-09T12:05:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40746#p40746</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40746#p40746"/>
		<title type="html"><![CDATA[Link server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40746#p40746"><![CDATA[
<blockquote class="uncited"><div>if your bots are on the same shell, comment out the settings in the script and add them to the confs of your bots above the 'source the.tcl' line... or duplicate the script.</div></blockquote>i have put this two line into both of my bot<br><br>set linkchan1 "#khmer" <br>set linkchan2 "#khmer" <br>set linkbot "khmer" <br>source scripts/link.tcl<br><br>but it not work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> what i gonna do next ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Thu Sep 09, 2004 12:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2004-09-09T11:43:38-04:00</updated>

		<published>2004-09-09T11:43:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40745#p40745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40745#p40745"/>
		<title type="html"><![CDATA[Link server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40745#p40745"><![CDATA[
<blockquote class="uncited"><div>if your bots are on the same shell, comment out the settings in the script and add them to the confs of your bots above the 'source the.tcl' line... or duplicate the script.</div></blockquote>you mean put # in tcl <br>and put what abover the sour the.tcl ?<br><br>my bot is on same shell <br>and bot got same name <br>Khmer &amp; khmer<br>channel also same<br>#khmer &amp; #khmer<br><br>so what should i add into that line above tcl ?<br>===========<br>set linkchan1 "#khmer"<br>set linkchan2 "#khmer"<br>set linkbot "khmer"<br>===========<br><br>put this three line into bot eggdrop.conf ? the line above link.tcl ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Thu Sep 09, 2004 11:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-09-09T11:35:15-04:00</updated>

		<published>2004-09-09T11:35:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40744#p40744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40744#p40744"/>
		<title type="html"><![CDATA[Link server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40744#p40744"><![CDATA[
if your bots are on the same shell, comment out the settings in the script and add them to the confs of your bots above the 'source the.tcl' line... or duplicate the script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Sep 09, 2004 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2004-09-09T08:41:05-04:00</updated>

		<published>2004-09-09T08:41:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40739#p40739</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40739#p40739"/>
		<title type="html"><![CDATA[Link server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40739#p40739"><![CDATA[
i have download link server script but i don't understand this below syntax :<br>==========<br>#VERSION 0.2<br>#DESCRIPTION Links two channels together through two linked bots over two networks or on the same network. Example, #thischan@efnet &lt;--&gt; #thatchan@dalnet.<br><br># Set the next line as the channel you want to listen on<br>set linkchan1 "#testchannel1"<br># Set the next line as the channel you want to send to<br>set linkchan2 "#testchannel2"<br># Set the next line as the bot in your net you want to relay through<br>set linkbot "Bot2"<br><br># **How to use**<br>#  On Bot 1 set your vars as:<br>#   set linkchan1 "#channel1"<br>#   set linkchan2 "#channel2"<br>#   set linkbot "Bot2"<br>#  On Bot 2 set your vars as:<br>#   set linkchan1 "#channel2"<br>#   set linkchan2 "#channel1"<br>#   set linkbot "Bot1"<br>#  That's it<br>========<br><br>where to set that inside bot1 &amp; bot2<br>and should i load same tcl in two bot ? or rename to two tcl name ?<br><br>all answer is appreciate <br>peter<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Thu Sep 09, 2004 8:41 am</p><hr />
]]></content>
	</entry>
	</feed>
