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

	<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-02-11T14:13:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[jammer1]]></name></author>
		<updated>2003-02-11T14:13:02-04:00</updated>

		<published>2003-02-11T14:13:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16445#p16445</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16445#p16445"/>
		<title type="html"><![CDATA[Getting an error on bot after upgrading to eggdrop 1.6.13]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16445#p16445"><![CDATA[
Thanks guys that got rid of the error message, I certainly do appreciate your help.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2692">jammer1</a> — Tue Feb 11, 2003 2:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-11T13:04:47-04:00</updated>

		<published>2003-02-11T13:04:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16437#p16437</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16437#p16437"/>
		<title type="html"><![CDATA[Getting an error on bot after upgrading to eggdrop 1.6.13]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16437#p16437"><![CDATA[
There has been so many changes since those two versions.<br><br>Included in this, is the ability to capture part messages, on servers that support them.<br><br>A simple change fo the line<div class="codebox"><p>Code: </p><pre><code>proc just_left {nick host handle channel } {</code></pre></div>To<div class="codebox"><p>Code: </p><pre><code>proc just_left {nick host handle channel {arg ""}} {</code></pre></div>Should fix things.,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Feb 11, 2003 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-02-11T13:03:20-04:00</updated>

		<published>2003-02-11T13:03:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16436#p16436</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16436#p16436"/>
		<title type="html"><![CDATA[Getting an error on bot after upgrading to eggdrop 1.6.13]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16436#p16436"><![CDATA[
this problem is probably due to the fact that the script that proc is in is written for older versions of eggdrop, to fix it change:<div class="codebox"><p>Code: </p><pre><code>proc just_left {nick host handle channel } { </code></pre></div>to:<div class="codebox"><p>Code: </p><pre><code>proc just_left {nick host handle channel {arg ""}} { </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue Feb 11, 2003 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jammer1]]></name></author>
		<updated>2003-02-11T11:55:02-04:00</updated>

		<published>2003-02-11T11:55:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16434#p16434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16434#p16434"/>
		<title type="html"><![CDATA[Getting an error on bot after upgrading to eggdrop 1.6.13]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16434#p16434"><![CDATA[
after upgrading to eggdrop 1.6.13 from 1.3 I get an tcl error on my bot that I didn't get with version 1.3.<br>[09:54] Tcl error [just_left]: wrong # args: should be "just_left nick host handle channel"<br><br>here is the procedure giving the error;<br>proc just_left {nick host handle channel } {<br>global mainbot tempchan goodchan mainchan<br>if { $mainbot == 0 } { return 0 }<br>if {[string tolower $channel] == [string tolower $mainchan]} {<br>if {[matchattr $nick o]} { return 0 }<br>if {[matchattr $handle o]} { return 0 }<br>if {[onchan $nick $goodchan]} { putserv "KICK $goodchan $nick <img alt=":warning:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/26a0.svg"> you must stay in $mainchan to remain in $goodchan" }<br>if {[onchan $nick $tempchan]} { putserv "KICK $tempchan $nick <img alt=":warning:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/26a0.svg"> you must stay in $mainchan to remain in $tempchan" }<br>}<br>}<br>#####&gt;&gt;&gt;&gt;&gt; END bind part - * just_left<br><br>this procedure is used to kick a user on an invited channel if he  parts the main channel.<br><br>can someone tell me what i need to do to correct the error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2692">jammer1</a> — Tue Feb 11, 2003 11:55 am</p><hr />
]]></content>
	</entry>
	</feed>
