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

	<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>2003-05-28T15:56:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T15:56:34-04:00</updated>

		<published>2003-05-28T15:56:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20882#p20882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20882#p20882"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20882#p20882"><![CDATA[
Thanks again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> Works great <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by Guest — Wed May 28, 2003 3:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-05-28T05:50:39-04:00</updated>

		<published>2003-05-28T05:50:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20846#p20846</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20846#p20846"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20846#p20846"><![CDATA[
oops sorry... I forgot the putserv<br>hehe  <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=2044">ReaLz</a> — Wed May 28, 2003 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-28T02:25:15-04:00</updated>

		<published>2003-05-28T02:25:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20825#p20825</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20825#p20825"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20825#p20825"><![CDATA[
Use this code, was fixed for the first and has the second request:<div class="codebox"><p>Code: </p><pre><code>set mainchan "#main"set relaychan "#relay"bind pubm - "*" relay_pubm proc relay_pubm {nick host handle channel args} { if {[strlwr $channel] != [strlwr $::mainchan]} {return}putserv "PRIVMSG $::relaychan :($channel) $nick: $args"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed May 28, 2003 2:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T00:32:31-04:00</updated>

		<published>2003-05-28T00:32:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20818#p20818</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20818#p20818"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20818#p20818"><![CDATA[
Hello, I really appriciate your help, two things <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>1. After rehash, for each line I type: <br><br>[04:31] Tcl error [relay_pubm]: invalid command name "PRIVMSG"<br>[04:31] Tcl error [relay_pubm]: invalid command name "PRIVMSG"<br><br>2. Where would I specify the channel to pick up the messages from, then relay to?<br><br>Again, thanks for your help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Wed May 28, 2003 12:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-05-28T00:28:42-04:00</updated>

		<published>2003-05-28T00:28:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20817#p20817</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20817#p20817"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20817#p20817"><![CDATA[
to paste what people say from one to another channel you can use pubm bind, then for joins the join bind and for parts and quits their binds.<br>here is an example with the pubm bind:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - "*" relay_pubmproc relay_pubm {nick host handle channel args} {set otherchan "#gloox"PRIVMSG $otherchan :($channel) $nick: $args}</code></pre></div>I think it works but I haven't tested it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Wed May 28, 2003 12:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T00:24:27-04:00</updated>

		<published>2003-05-28T00:24:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20816#p20816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20816#p20816"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20816#p20816"><![CDATA[
Not sure if it helps any, but it could easily be done in mIRC, just don't know how to do it on here <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>i.e<br><br>on *:TEXT:*:#chan1:/msg #chan2 $nick $1-<br><br>Above probably would work, but thats the basics of what I'm looking for, only in eggdrop <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by Guest — Wed May 28, 2003 12:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T00:20:46-04:00</updated>

		<published>2003-05-28T00:20:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20815#p20815</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20815#p20815"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20815#p20815"><![CDATA[
Hi, thanks - correct me if I'm wrong, as I already did look, but arent those all for multi networks? I just one it for one, channel to channel <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Wed May 28, 2003 12:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-05-28T00:16:19-04:00</updated>

		<published>2003-05-28T00:16:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20814#p20814</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20814#p20814"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20814#p20814"><![CDATA[
you can find some scripts like this <a href="http://www.egghelp.org/tclhtml/1256-0-1-relay.htm" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Wed May 28, 2003 12:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T00:07:51-04:00</updated>

		<published>2003-05-28T00:07:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20813#p20813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20813#p20813"/>
		<title type="html"><![CDATA[Channel to Channel local network relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20813#p20813"><![CDATA[
Hello, I know that this would be quite simple to do, but I can't seem to understand how. What I am looking to do is create a script for the bot - it will be in two rooms, say #room1 and #room2 - when someone says something in #room1 or someone joins/parts, it is mirriored by the bot into #room2.<br><br>e.g<br><br>#room1<br><br>&lt;Ryan&gt; hello<br><br>#room2<br><br>&lt;bot&gt; &lt;Ryan&gt; hello<br><br>Thank's for any help you can offer <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Wed May 28, 2003 12:07 am</p><hr />
]]></content>
	</entry>
	</feed>
