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

	<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-12-02T08:34:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-12-02T08:34:55-04:00</updated>

		<published>2007-12-02T08:34:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78911#p78911</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78911#p78911"/>
		<title type="html"><![CDATA[nick to nick relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78911#p78911"><![CDATA[
Search in the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl archive</a>. I recall there are script(s) which allow you to choose what to relay from server to server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Dec 02, 2007 8:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eggi]]></name></author>
		<updated>2007-12-01T22:13:16-04:00</updated>

		<published>2007-12-01T22:13:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78899#p78899</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78899#p78899"/>
		<title type="html"><![CDATA[nick to nick relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78899#p78899"><![CDATA[
i want to relay 1 server to another.  one nick to another nick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6733">eggi</a> — Sat Dec 01, 2007 10:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-12-01T13:27:56-04:00</updated>

		<published>2007-12-01T13:27:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78872#p78872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78872#p78872"/>
		<title type="html"><![CDATA[nick to nick relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78872#p78872"><![CDATA[
I guess he meant relaying messages of each nick from 1 channel to another. Something like this:<div class="codebox"><p>Code: </p><pre><code>set relayChannels {#chan1 #chan2 #chan3}bind pubm - * relay:msgsproc relay:msgs {nick uhost hand chan arg} { global relayChannels if {[lsearch -exact $relayChannels $chan] != -1} {  foreach c $relayChannels {   if {$c == $chan} {continue}   puthelp "privmsg $c :\[&lt;$nick&gt; ($chan)\] $arg"  } }}</code></pre></div>This relays messages between relayChannels.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 01, 2007 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-12-01T11:50:37-04:00</updated>

		<published>2007-12-01T11:50:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78867#p78867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78867#p78867"/>
		<title type="html"><![CDATA[Re: nick to nick relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78867#p78867"><![CDATA[
<blockquote class="uncited"><div>i want a nick  to nick relay tcl.  Not all the things going on in main window.</div></blockquote>"nick to nick relay" is generally called a "query" or "private message"<br>Are you looking for something that sends a bot user (such as the owner for example) a copy of all private messages received by the bot?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sat Dec 01, 2007 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eggi]]></name></author>
		<updated>2007-12-01T05:47:38-04:00</updated>

		<published>2007-12-01T05:47:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78859#p78859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78859#p78859"/>
		<title type="html"><![CDATA[nick to nick relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78859#p78859"><![CDATA[
i want a nick  to nick relay tcl.  Not all the things going on in main window.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6733">eggi</a> — Sat Dec 01, 2007 5:47 am</p><hr />
]]></content>
	</entry>
	</feed>
