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

	<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>2005-08-12T18:14:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-12T18:14:12-04:00</updated>

		<published>2005-08-12T18:14:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54136#p54136</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54136#p54136"/>
		<title type="html"><![CDATA[problems with sentinel.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54136#p54136"><![CDATA[
From netbots.tcl:<div class="codebox"><p>Code: </p><pre><code>proc nb_killutimer {cmd} {....... etc}</code></pre></div>From sentinel.tcl:<div class="codebox"><p>Code: </p><pre><code>set sl_flooded($chan) ... etc</code></pre></div>I'd suggest downloading netbots archive again and start from scratch.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Aug 12, 2005 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyEgg]]></name></author>
		<updated>2005-08-12T16:21:40-04:00</updated>

		<published>2005-08-12T16:21:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54131#p54131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54131#p54131"/>
		<title type="html"><![CDATA[problems with sentinel.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54131#p54131"><![CDATA[
well today i make update to one of the bots with <br>netbots.tcl v4.10<br>and sentinel.tcl component script <br><br>i find out minnor errors like:<br><br>missing proc and giving error: invalid command name "nb_killutimer"<br><br>this is the proc what missing:<br><div class="codebox"><p>Code: </p><pre><code>proc nb_killutimer {cmd} {  set n 0  regsub -all -- {\[} $cmd {\[} cmd ; regsub -all -- {\]} $cmd {\]} cmd  foreach tmr [utimers] {    if {[string match $cmd [join [lindex $tmr 1]]]} {      killutimer [lindex $tmr 2]      incr n    }  }  return $n}</code></pre></div>next error was :<br>Tcl error [sl_pfloodk]: can't read "sl_flooded(#......)": no such variable<br>Tcl error [sl_jflood]: can't read "sl_locked(#......)": no such variable<br><br>I found this mistake:<div class="codebox"><p>Code: </p><pre><code>nb_killutimer "sl_unlock $chan*"</code></pre></div>the correct code i thing that is :<br><div class="codebox"><p>Code: </p><pre><code>nb_killutimer "sl_unlock $chan *"</code></pre></div>cause Slennox is bussy as i read to the forum can someone tell me if that what i made was correct? <br>If are correct then is mutch better to upload  netbots4.10 corrected.<br>Thanks a lot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6534">CrazyEgg</a> — Fri Aug 12, 2005 4:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
