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

	<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>2003-09-16T13:41:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2003-09-16T13:41:51-04:00</updated>

		<published>2003-09-16T13:41:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27160#p27160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27160#p27160"/>
		<title type="html"><![CDATA[Problem With timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27160#p27160"><![CDATA[
ahh of course im thinking too much along the lines of timers in my IRC script. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>Thx again strikelight  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Sep 16, 2003 1:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-09-16T13:39:21-04:00</updated>

		<published>2003-09-16T13:39:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27159#p27159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27159#p27159"/>
		<title type="html"><![CDATA[Re: Problem With timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27159#p27159"><![CDATA[
<blockquote class="uncited"><div>Is it just me or is everyone else running 1.6.15 having trouble with timers?<br><div class="codebox"><p>Code: </p><pre><code>timer 2 "display_message"</code></pre></div>That should run the procedure <em class="text-italics">display_message</em> every 2 minutes or so i thought.<br><br>some feedback would be appreciated.<br><br>^DooM^ <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>No, it will call the "display_message" proc once after 2 minutes and stop,<br>unless inside the "display_message" proc there is another timer call to itself.<br><br>for example:<div class="codebox"><p>Code: </p><pre><code># make sure we don't spawn more timers upon rehashesif {![info exists timer_set]} {  set timer_set [timer 2 "proc_to_call"]}proc proc_to_call {} {  ... does stuff ...  timer 2 proc_to_call ;# calls itself again in 2 minutes}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Tue Sep 16, 2003 1:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2003-09-16T13:39:35-04:00</updated>

		<published>2003-09-16T13:30:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27156#p27156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27156#p27156"/>
		<title type="html"><![CDATA[Problem With timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27156#p27156"><![CDATA[
Is it just me or is everyone else running 1.6.15 having trouble with timers?<br><div class="codebox"><p>Code: </p><pre><code>timer 2 "display_message"</code></pre></div>That should run the procedure <em class="text-italics">display_message</em> every 2 minutes or so i thought.<br><br>on 2 bots i have tried it does the first message fine then kills the timer.<br><br>some feedback would be appreciated.<br><br>^DooM^ <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Sep 16, 2003 1:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
