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

	<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>2006-01-28T19:06:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-28T19:06:25-04:00</updated>

		<published>2006-01-28T19:06:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59859#p59859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59859#p59859"/>
		<title type="html"><![CDATA[Reading the whole sentence, not only one word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59859#p59859"><![CDATA[
From Tcl-commands.doc:<blockquote class="uncited"><div>PUBM (stackable)<br>         bind pubm &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;text&gt;<br><br>         Description: just like MSGM, except it's triggered by things said<br>         on a channel instead of things /msg'd to the bot. The mask is<br>         matched against the channel name followed by the text and can<br>         contain wildcards. Also, if a line triggers a PUB bind, it will not<br>         trigger a PUBM bind.<br>         Module: irc</div></blockquote>So you'd understand why it workd.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jan 28, 2006 7:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-01-28T18:07:10-04:00</updated>

		<published>2006-01-28T18:07:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59854#p59854</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59854#p59854"/>
		<title type="html"><![CDATA[Reading the whole sentence, not only one word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59854#p59854"><![CDATA[
Ok I changed it to this and that is working now.<div class="codebox"><p>Code: </p><pre><code>bind pub - "*Bot you are stupid*" Stupidproc Stupid {nick host hand chan rest} {   puthelp "privmsg $chan :Only you."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Sat Jan 28, 2006 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-01-28T18:01:14-04:00</updated>

		<published>2006-01-28T18:01:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59853#p59853</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59853#p59853"/>
		<title type="html"><![CDATA[Reading the whole sentence, not only one word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59853#p59853"><![CDATA[
...because you didn't bother to read the doc about [bind pubm]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jan 28, 2006 6:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-01-28T17:57:36-04:00</updated>

		<published>2006-01-28T17:57:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59852#p59852</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59852#p59852"/>
		<title type="html"><![CDATA[Reading the whole sentence, not only one word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59852#p59852"><![CDATA[
No, I already tried this, but it is not working.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Sat Jan 28, 2006 5:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-01-28T17:53:38-04:00</updated>

		<published>2006-01-28T17:53:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59851#p59851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59851#p59851"/>
		<title type="html"><![CDATA[Reading the whole sentence, not only one word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59851#p59851"><![CDATA[
bind to pubm, not to pub<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jan 28, 2006 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-01-28T17:49:16-04:00</updated>

		<published>2006-01-28T17:49:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59850#p59850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59850#p59850"/>
		<title type="html"><![CDATA[Reading the whole sentence, not only one word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59850#p59850"><![CDATA[
Hello!<br>My bot should react when someone in channel write for example: "Bot you are stupid".<br><div class="codebox"><p>Code: </p><pre><code>bind pub - "Bot you are stupid" Stupidproc Stupid {nick host hand chan rest} {   puthelp "privmsg $chan :Only you."}</code></pre></div>This one doesn't work. Whats wrong?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Sat Jan 28, 2006 5:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
