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

	<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-06-24T11:23:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ap]]></name></author>
		<updated>2007-06-24T11:23:42-04:00</updated>

		<published>2007-06-24T11:23:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73868#p73868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73868#p73868"/>
		<title type="html"><![CDATA[wrong # args: should be]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73868#p73868"><![CDATA[
if you're after /msg command then  MSG bind required 4 arguments and you're using 5<br><br>if you're after pub bind and you like to use the public command then you're using the wrong bind<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !sayhellotome msg:helloonrequestproc msg:helloonrequest { nick uhost hand chan text } {   putserv "NOTICE $nick :Hello"}</code></pre></div>and type !sayhellotome<br><br>If you want on join hello by your bot then use JOIN BIND<br><div class="codebox"><p>Code: </p><pre><code>bind join - *  msg:helloonrequestproc msg:helloonrequest { nick uhost hand chan } {   putserv "NOTICE $nick :Hello"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7851">ap</a> — Sun Jun 24, 2007 11:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ben]]></name></author>
		<updated>2007-06-24T10:19:05-04:00</updated>

		<published>2007-06-24T10:19:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73867#p73867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73867#p73867"/>
		<title type="html"><![CDATA[wrong # args: should be]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73867#p73867"><![CDATA[
No idea why, im getting this error:<br><div class="codebox"><p>Code: </p><pre><code> Tcl error [msg:helloonrequest]: wrong # args: should be "msg:helloonrequest nick uhost handle channel arg"</code></pre></div>And here's the src:<div class="codebox"><p>Code: </p><pre><code>bind msg - sayhellotome msg:helloonrequestproc msg:helloonrequest { nick uhost handle channel arg } {putserv "NOTICE $nick :Hello"}</code></pre></div>Any help will be much appreciated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9070">ben</a> — Sun Jun 24, 2007 10:19 am</p><hr />
]]></content>
	</entry>
	</feed>
