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

	<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-06-27T15:29:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-27T15:29:57-04:00</updated>

		<published>2004-06-27T15:29:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37940#p37940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37940#p37940"/>
		<title type="html"><![CDATA[continuous timer under 60 secs]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37940#p37940"><![CDATA[
Yeah, you need a timer outside of the procedure<br>and inside of the procedure.<br><br>Basically something like this:<br><br><div class="codebox"><p>Code: </p><pre><code>if {![string match *timer_name* [timers]]} {timer 30 my:procedure}proc my:procedure {} { global botnick ............................ ............................ if {![string match *timer_name* [timers]]} {timer 30 my:procedure} return 0}</code></pre></div>Or you can remove the if statements and simply<br>put 'timer 30 my:procedure' if you don't want to check<br>if the timers exist or not.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jun 27, 2004 3:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-27T06:47:05-04:00</updated>

		<published>2004-06-27T06:47:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37928#p37928</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37928#p37928"/>
		<title type="html"><![CDATA[continuous timer under 60 secs]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37928#p37928"><![CDATA[
Add <strong class="text-strong">utimer 30 procname</strong> at the end of that procname.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sun Jun 27, 2004 6:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2004-06-27T03:38:43-04:00</updated>

		<published>2004-06-27T03:38:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37923#p37923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37923#p37923"/>
		<title type="html"><![CDATA[continuous timer under 60 secs]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37923#p37923"><![CDATA[
Hi again<br><br>I've done an extensive search of the forum, but I'm struggling to find how to make a proc run every 30 seconds...<br><br>I've tried: <br>utimer 30 procname<br><br>but that just runs it once and stops. is there an adjustment to be made to make it run non-stop every 30 secs? <br><br>Thanks, and sorry if it's been covered before.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Sun Jun 27, 2004 3:38 am</p><hr />
]]></content>
	</entry>
	</feed>
