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

	<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-06-16T08:57:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-16T08:57:46-04:00</updated>

		<published>2006-06-16T08:57:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64092#p64092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64092#p64092"/>
		<title type="html"><![CDATA[&quot;wrong # args&quot; ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64092#p64092"><![CDATA[
what does your error mesasge look now like? I am still confident I was right <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br><br>@Access: Dein Englisch ist nicht das Problem <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=2382">De Kus</a> — Fri Jun 16, 2006 8:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Access]]></name></author>
		<updated>2006-06-16T07:44:16-04:00</updated>

		<published>2006-06-16T07:44:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64090#p64090</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64090#p64090"/>
		<title type="html"><![CDATA[&quot;wrong # args&quot; ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64090#p64090"><![CDATA[
nope, just another proc named "pub:invite" but now i changed procname but didnt work too!<br>sry for my english, im german!<div class="codebox"><p>Code: </p><pre><code>proc msg:inv { nick uhost hand chan arg } {global mychan        if { $arg == "" } {                           putserv "NOTiCE $nick Kein Channel angegeben! \002!invite &lt;#Chan&gt;\002"                     } else {                foreach nick [chanlist $arg] {               putserv "invite $nick $mychan"                     }                 }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7832">Access</a> — Fri Jun 16, 2006 7:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-16T04:59:38-04:00</updated>

		<published>2006-06-16T04:59:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64086#p64086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64086#p64086"/>
		<title type="html"><![CDATA[&quot;wrong # args&quot; ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64086#p64086"><![CDATA[
I have rather the feeling, there is another proc called "msg:invite" which overwrites this one! Because if the trigger would be public, it would have complained about too less arguments (should be 4), but the proc shown has only 4, so we assume it it binded really to msg, but than the argument number would be correct, so there must be a msg:invite intented to be bound to pub.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Jun 16, 2006 4:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-06-16T02:37:00-04:00</updated>

		<published>2006-06-16T02:37:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64081#p64081</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64081#p64081"/>
		<title type="html"><![CDATA[&quot;wrong # args&quot; ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64081#p64081"><![CDATA[
I'll make this really easy and translate:<div class="codebox"><p>Code: </p><pre><code>proc msg:invite { nick uhost hand arg }</code></pre></div>should be<div class="codebox"><p>Code: </p><pre><code>proc msg:invite { nick uhost hand chan arg }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Fri Jun 16, 2006 2:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-06-16T01:44:19-04:00</updated>

		<published>2006-06-16T01:44:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64080#p64080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64080#p64080"/>
		<title type="html"><![CDATA[&quot;wrong # args&quot; ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64080#p64080"><![CDATA[
the invocation syntax of [msg:invite]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jun 16, 2006 1:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Access]]></name></author>
		<updated>2006-06-16T01:49:13-04:00</updated>

		<published>2006-06-16T01:39:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64077#p64077</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64077#p64077"/>
		<title type="html"><![CDATA[&quot;wrong # args&quot; ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64077#p64077"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc msg:invite { nick uhost hand arg } {global mychan if { $nick == "MyNick" } {                if { $arg == "" } {                              putserv "NOTiCE $nick No Chan!! \002!invite &lt;#Chan&gt;\002"               }                       } else {                foreach nick [chanlist $arg] {               putserv "invite $nick $mychan"                     }                 }         }</code></pre></div><strong class="text-strong">Tcl error [msg:invite]: wrong # args: should be "msg:invite nick uhost handle chan arg"</strong><br><br><br>Whats wrong?  <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=7832">Access</a> — Fri Jun 16, 2006 1:39 am</p><hr />
]]></content>
	</entry>
	</feed>
