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

	<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-09-21T14:29:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-21T14:29:45-04:00</updated>

		<published>2003-09-21T14:29:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27398#p27398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27398#p27398"/>
		<title type="html"><![CDATA[Simple (?) problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27398#p27398"><![CDATA[
it can be pubm too, in this case it doesn't matter, the main problem was that the 5th element was missing from the proc (fixed by era5or).<br><br>read tcl-commands.doc to see the difference between pub and pubm<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 21, 2003 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-21T12:45:04-04:00</updated>

		<published>2003-09-21T12:45:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27391#p27391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27391#p27391"/>
		<title type="html"><![CDATA[Simple (?) problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27391#p27391"><![CDATA[
Yes, it's pub and you should check the tcl-commands.doc file <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=187">caesar</a> — Sun Sep 21, 2003 12:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tristam]]></name></author>
		<updated>2003-09-21T11:46:50-04:00</updated>

		<published>2003-09-21T11:46:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27388#p27388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27388#p27388"/>
		<title type="html"><![CDATA[Simple (?) problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27388#p27388"><![CDATA[
Thanks, that was part of the reason, but I think I needed to change "pubm" to "pub"... Anyway, thanks, I got it working now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3881">Tristam</a> — Sun Sep 21, 2003 11:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-21T11:37:59-04:00</updated>

		<published>2003-09-21T11:37:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27387#p27387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27387#p27387"/>
		<title type="html"><![CDATA[Simple (?) problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27387#p27387"><![CDATA[
bind pubm - muuh pubm:muuh <br><br>proc pubm:muuh { nick host hand chan text} { <br>    puthelp "PRIVMSG $chan :Muuuuuuuuuuh yourself $nick!" <br>  }<br><br>u need to have TEXT because u are awaiting a text input<p>Statistics: Posted by Guest — Sun Sep 21, 2003 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tristam]]></name></author>
		<updated>2003-09-21T11:34:23-04:00</updated>

		<published>2003-09-21T11:34:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27386#p27386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27386#p27386"/>
		<title type="html"><![CDATA[Simple (?) problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27386#p27386"><![CDATA[
Hello everyone! I'm new to tcl and I want to learn it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I've been reading FAQs and guides but I just cant get a simple command to work. I want it like this: When someone says "muuh" in the channel, the bot responds saying "Muuuuuuuuuuh yourself $nick!" in the channel... Here's the code:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - muuh pubm:muuhproc pubm:muuh { nick host hand chan } {    puthelp "PRIVMSG $chan :Muuuuuuuuuuh yourself $nick!"  }</code></pre></div>The bot says in partyline: "Tcl error [pub:muuh]: wrong # args: should be "pub:muuh nick host hand chan""<br>I'm using the lates version of WinDrop, could anyone help me? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3881">Tristam</a> — Sun Sep 21, 2003 11:34 am</p><hr />
]]></content>
	</entry>
	</feed>
