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

	<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>2013-02-26T04:31:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dirty]]></name></author>
		<updated>2013-02-26T04:31:57-04:00</updated>

		<published>2013-02-26T04:31:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101126#p101126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101126#p101126"/>
		<title type="html"><![CDATA[!msg script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101126#p101126"><![CDATA[
this way:<br><div class="codebox"><p>Code: </p><pre><code>bind pub n !msg s_msg2 proc s_msg2 {nick uhost hand chan text} {           set where [lindex [join $text] 0]     set what [join [lrange [split $text] 1 end]]     putserv "PRIVMSG $where : $what" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12189">dirty</a> — Tue Feb 26, 2013 4:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slowpoke23]]></name></author>
		<updated>2013-02-26T03:58:26-04:00</updated>

		<published>2013-02-26T03:58:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101125#p101125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101125#p101125"/>
		<title type="html"><![CDATA[!msg script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101125#p101125"><![CDATA[
Hi<br><br>lets say i have this script<br><div class="codebox"><p>Code: </p><pre><code>bind pub n !msg s_msg2proc s_msg2 {nick uhost hand chan arg} {global botnickputserv "PRIVMSG $chan : $arg"}</code></pre></div><br>How can I make it message the channel OR the nickname <br><br>!msg #chan test<br>!msg nick test<br><br>:S<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12192">slowpoke23</a> — Tue Feb 26, 2013 3:58 am</p><hr />
]]></content>
	</entry>
	</feed>
