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

	<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-03T16:50:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-10-03T16:50:00-04:00</updated>

		<published>2001-10-03T16:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=241#p241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=241#p241"/>
		<title type="html"><![CDATA[bind splt problem ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=241#p241"><![CDATA[
yes<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed Oct 03, 2001 4:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-03T12:07:00-04:00</updated>

		<published>2001-10-03T12:07:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=231#p231</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=231#p231"/>
		<title type="html"><![CDATA[bind splt problem ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=231#p231"><![CDATA[
I did fixed the proc.<br>bind join - * check <br>proc check {chan} { <br>set chan [string tolower $chan] <br>set resetchan($chan) 0 <br>} <br><br>bind splt - * reset <br>proc reset {chan} { <br>global resetchan <br>set chan [string tolower $chan] <br>incr resetchan($chan) -1 <br>return 0 <br>} <br>Do i have to put nick host handle in my proc like :<br>proc reset (nick host hand chan} {} <br><p>Statistics: Posted by Guest — Wed Oct 03, 2001 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-03T08:58:00-04:00</updated>

		<published>2001-10-03T08:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=225#p225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=225#p225"/>
		<title type="html"><![CDATA[bind splt problem ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=225#p225"><![CDATA[
Look at the begining of your 2 proc's and look through the file tcl-commands.doc in the doc directory of eggdrop.<br><br>You will see that more arguments are required in the definition of the command.<br><br>You may only need the chan cariable, but you still have to define the rest.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Oct 03, 2001 8:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-03T07:26:00-04:00</updated>

		<published>2001-10-03T07:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=222#p222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=222#p222"/>
		<title type="html"><![CDATA[bind splt problem ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=222#p222"><![CDATA[
I`ve got a problem when somebody get netsplit from my channel like  Tcl error too many argument .. could somebody plz tell my what is wrong with my tcl?<br><br>bind join - * proc_check<br>proc_check {chan} { <br>set chan [string tolower $chan]<br>set resetchan($chan) 0<br>}<br><br>bind splt - * proc_reset<br>proc_reset {chan} {<br>global resetchan<br>set chan [string tolower $chan]<br>incr  resetchan($chan) -1<br>return 0<br>}<br><br>I`m using eggdrop1.4.5<p>Statistics: Posted by Guest — Wed Oct 03, 2001 7:26 am</p><hr />
]]></content>
	</entry>
	</feed>
