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

	<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>2006-07-09T05:18:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-07-09T05:18:46-04:00</updated>

		<published>2006-07-09T05:18:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64551#p64551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64551#p64551"/>
		<title type="html"><![CDATA[help with utimer and killutimer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64551#p64551"><![CDATA[
<a href="http://forum.egghelp.org/viewtopic.php?t=9941" class="postlink">Searching and killing timers</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 09, 2006 5:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tekster]]></name></author>
		<updated>2006-07-09T02:46:50-04:00</updated>

		<published>2006-07-09T02:46:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64549#p64549</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64549#p64549"/>
		<title type="html"><![CDATA[help with utimer and killutimer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64549#p64549"><![CDATA[
i need some help with killing the utimer that i start in the start:timer proc, im still pretty new at coding this, so i need some help in getting it to stop, thx<br><div class="codebox"><p>Code: </p><pre><code>bind pub - .timer start:timerbind pub - .stop stop:timerproc start:timer {nick host hand chan text} {global channel msg interval id if {[string equal -nocase #chan $chan]} {  if {[isop $nick $chan]} {   set name $nick   set interval [lindex $text 0]   set channel [lindex $text 1]   set msg [lrange $text 2 end]   utimer $interval timer   putserv "NOTICE $nick :Starting timer Message: \"$msg \" Every $interval seconds"  } }}proc timer {} {global channel msg interval timerID  putserv "PRIVMSG $channel :$msg "  utimer $interval timer}proc stop:timer {nick host hand chan text} {putserv "NOTICE $nick :Timer stopped"  foreach t [utimers] {   if [string match *stop:timer* [lindex $t 1]] {   killutimer [lindex $t end]   }  } return 1 } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7953">tekster</a> — Sun Jul 09, 2006 2:46 am</p><hr />
]]></content>
	</entry>
	</feed>
