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

	<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-08-07T19:12:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-07T12:49:41-04:00</updated>

		<published>2007-08-07T12:49:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75127#p75127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75127#p75127"/>
		<title type="html"><![CDATA[Procedures Help ((SOLVED))]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75127#p75127"><![CDATA[
Mask used in pubm-bindinds match against "&lt;channel&gt; &lt;text&gt;", which would require the binding to be something like this:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "#yourchannel I hate Scrappy" hate</code></pre></div>For a speciffic channel. To trigger on any channel, use this instead:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "% I hate Scrappy" hate</code></pre></div>Also, your kick-message is incorrect, as rfc1459 requires any parameter containing spaces to be the last one, and prefixed with a :<div class="codebox"><p>Code: </p><pre><code>putserv "KILL $nick :Do not hate me!"</code></pre></div>Finally, reading the description for pubm-bindings reveal that the proc is called with the following arguments:<br>&lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;text&gt;, which means you'll have to adopt the argument-list to match that in your proc:<div class="codebox"><p>Code: </p><pre><code>proc hate {nick host hand chan text} {....</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Aug 07, 2007 12:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Branden]]></name></author>
		<updated>2007-08-07T12:23:17-04:00</updated>

		<published>2007-08-07T12:23:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75125#p75125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75125#p75125"/>
		<title type="html"><![CDATA[Procedures Help ((SOLVED))]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75125#p75125"><![CDATA[
The script still don't work. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9196">Branden</a> — Tue Aug 07, 2007 12:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-08-07T07:28:06-04:00</updated>

		<published>2007-08-07T07:28:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75116#p75116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75116#p75116"/>
		<title type="html"><![CDATA[Procedures Help ((SOLVED))]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75116#p75116"><![CDATA[
Use pubm instead of pub (read Tcl-commands.doc about the difference between each).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Aug 07, 2007 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Branden]]></name></author>
		<updated>2007-08-07T19:12:15-04:00</updated>

		<published>2007-08-07T00:36:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75110#p75110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75110#p75110"/>
		<title type="html"><![CDATA[Procedures Help ((SOLVED))]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75110#p75110"><![CDATA[
Can someone please tell whats wrong with this?<br><br><div class="codebox"><p>Code: </p><pre><code>set hate "I hate Scrappy"bind pub - $hate hateproc hate {nick} {putserv "kill $nick DO NOT HATE ME!"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9196">Branden</a> — Tue Aug 07, 2007 12:36 am</p><hr />
]]></content>
	</entry>
	</feed>
