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

	<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>2004-08-29T07:47:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-29T07:47:49-04:00</updated>

		<published>2004-08-29T07:47:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40352#p40352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40352#p40352"/>
		<title type="html"><![CDATA[relaying eggdrop PM to a chan/nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40352#p40352"><![CDATA[
Why are you using string tolower?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><br><div class="codebox"><p>Code: </p><pre><code>bind msgm - * msgchanproc msgchan {nick uhost hand text} {  putserv "PRIVMSG &lt;#channel&gt; :$text"; return 0 }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Aug 29, 2004 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-08-29T07:25:46-04:00</updated>

		<published>2004-08-29T07:25:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40350#p40350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40350#p40350"/>
		<title type="html"><![CDATA[relaying eggdrop PM to a chan/nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40350#p40350"><![CDATA[
lol, binding it to the wrong proc.<br><br>edit: Btw, it would be smart to tell it what channel to send it to?<br><div class="codebox"><p>Code: </p><pre><code>bind msgm - * msgchan proc msgchan {nick uhost hand arg} { set chan "#channel"puthelp "PRIVMSG $chan :[string tolower $arg]" return 0 }</code></pre></div>If your going to rip pieces of code to get this, atleast do it right m8 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Aug 29, 2004 7:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-08-29T04:43:28-04:00</updated>

		<published>2004-08-29T04:43:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40346#p40346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40346#p40346"/>
		<title type="html"><![CDATA[relaying eggdrop PM to a chan/nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40346#p40346"><![CDATA[
and bind <strong class="text-strong">msgm</strong>, not <strong class="text-strong">msg</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun Aug 29, 2004 4:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-29T00:06:58-04:00</updated>

		<published>2004-08-29T00:06:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40341#p40341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40341#p40341"/>
		<title type="html"><![CDATA[relaying eggdrop PM to a chan/nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40341#p40341"><![CDATA[
Try binding it to the correct proc name...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Aug 29, 2004 12:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[exs-n0s]]></name></author>
		<updated>2004-08-28T22:39:33-04:00</updated>

		<published>2004-08-28T22:39:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40333#p40333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40333#p40333"/>
		<title type="html"><![CDATA[relaying eggdrop PM to a chan/nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40333#p40333"><![CDATA[
well, what im trying to do is, have every single PM bot's pms forwarded to a specific channel.  But i cant seem to get it working.  heres code...<br><div class="codebox"><p>Code: </p><pre><code>bind msg - * msgchanproc noticeuser {nick uhost hand arg} {  puthelp "PRIVMSG $chan :[string tolower $arg]"return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4596">exs-n0s</a> — Sat Aug 28, 2004 10:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
