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

	<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-05-25T04:41:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-25T04:41:36-04:00</updated>

		<published>2005-05-25T04:41:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49793#p49793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49793#p49793"/>
		<title type="html"><![CDATA[for Kill 1 utimer ????]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49793#p49793"><![CDATA[
To make a timer:<div class="codebox"><p>Code: </p><pre><code>utimer $gsec [list timer:end:nick2 $chan]</code></pre></div>To kill a timer:<div class="codebox"><p>Code: </p><pre><code>foreach t [utimers] { if {[string match "*timer:end:nick2*" $t]} {  killutimer [lindex $t 2]  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed May 25, 2005 4:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[djcoxe]]></name></author>
		<updated>2005-05-23T17:23:15-04:00</updated>

		<published>2005-05-23T17:23:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49732#p49732</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49732#p49732"/>
		<title type="html"><![CDATA[for Kill 1 utimer ????]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49732#p49732"><![CDATA[
i write these but give me this error:<br><br>[23:20] &lt;QuixOn&gt; [21:20] Tcl error [contr_risp]: invalid timerID<br><br>why ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6196">djcoxe</a> — Mon May 23, 2005 5:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-05-23T16:57:44-04:00</updated>

		<published>2005-05-23T16:57:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49731#p49731</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49731#p49731"/>
		<title type="html"><![CDATA[for Kill 1 utimer ????]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49731#p49731"><![CDATA[
you can use 'killutimer'<div class="codebox"><p>Code: </p><pre><code>set timerid [utimer $gsec [list timer:end:nick2 $chan]]killutimer $timerid</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon May 23, 2005 4:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[djcoxe]]></name></author>
		<updated>2005-05-23T16:46:05-04:00</updated>

		<published>2005-05-23T16:46:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49730#p49730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49730#p49730"/>
		<title type="html"><![CDATA[for Kill 1 utimer ????]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49730#p49730"><![CDATA[
For Exemple i have that timer :<br><div class="codebox"><p>Code: </p><pre><code>utimer $gsec [list timer:end:nick2 $chan]return 0</code></pre></div>how can I do to kill this utimer before the second $gsec is expire ?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6196">djcoxe</a> — Mon May 23, 2005 4:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
