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

	<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>2004-03-23T08:11:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-23T08:11:44-04:00</updated>

		<published>2004-03-23T08:11:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34867#p34867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34867#p34867"/>
		<title type="html"><![CDATA[utimer not functioning correctly?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34867#p34867"><![CDATA[
You didn't set the variable "$mytimer".<br>Try this code:<div class="codebox"><p>Code: </p><pre><code>set mytimer "foo"bind pub - @found foundproc found {nick host hand chan arg} {global mytimer  foreach utimer [utimers] {    if {[string match "$mytimer" "[lindex $utimer 2]"]} {      killutimer $mytimer    }  }}</code></pre></div>It should worked.... but i didn't test it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Tue Mar 23, 2004 8:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-23T01:52:36-04:00</updated>

		<published>2004-03-23T01:52:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34861#p34861</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34861#p34861"/>
		<title type="html"><![CDATA[utimer not functioning correctly?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34861#p34861"><![CDATA[
thanks to the guys at #tcl on efnet who helped me out with this..<br>However, am I stuck at a somewhat iffy point..<br><br>The timer will continue to go, however I am still trying to figure out how to use killutimer to kill this timer?<br>I need the timer to stop once someone types @found<br><br>I tried the following, however it didn't seem to work.<div class="codebox"><p>Code: </p><pre><code>bind pub - @found found### found command ###proc found {nick host hand chan arg} {foreach utimer [utimers] { if {[string match $mytimer [lindex $utimer 2]]} { killutimer $mytimer }</code></pre></div>mytimer is the timerid I used for the orgional utimer, as follows:<br>set mytimer [utimer 40 [list foo $c $5on5msg]]<br><br>so... not sure how to do this one now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>Any help or suggestions?<p>Statistics: Posted by Guest — Tue Mar 23, 2004 1:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-23T01:54:29-04:00</updated>

		<published>2004-03-22T23:38:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34859#p34859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34859#p34859"/>
		<title type="html"><![CDATA[utimer not functioning correctly?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34859#p34859"><![CDATA[
see my reply below ...... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Mon Mar 22, 2004 11:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
