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

	<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>2001-10-09T18:20:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-09T18:20:00-04:00</updated>

		<published>2001-10-09T18:20:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=424#p424</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=424#p424"/>
		<title type="html"><![CDATA[Whats Wrong with PART?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=424#p424"><![CDATA[
On newer eggdrop, there is support for part messages. So the the args list should be change to include this.<br><br>Vhange the line<div class="codebox"><p>Code: </p><pre><code>proc ::Rescue::part:check { nick uhost hand chan } {</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>proc ::Rescue::part:check { nick uhost hand chan {msg ""} } {</code></pre></div>This will provide the script with support for this, and also give it the ability to work on older versions of eggdrop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 09, 2001 6:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-09T18:03:00-04:00</updated>

		<published>2001-10-09T18:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=422#p422</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=422#p422"/>
		<title type="html"><![CDATA[Whats Wrong with PART?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=422#p422"><![CDATA[
proc ::Rescue::init     {} {<br> variable myNamespace<br>  bind part b * ::${myNamespace}::part:check<br> return 1<br>}<br><br>proc ::Rescue::part:check { nick uhost hand chan } {<br> $nick $hand $chan "part"<br>}<br><br>...<br>[21:59:16] Tcl error [::::Rescue::part:check]: called "::::Rescue::part:check" with too many arguments<br>...<br><br>"with too many arguments" whats the Error?<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":-|" title="Neutral"><br><br>so long <br>Marc<p>Statistics: Posted by Guest — Tue Oct 09, 2001 6:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
