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

	<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-02-18T23:06:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-02-18T23:06:07-04:00</updated>

		<published>2004-02-18T23:06:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33722#p33722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33722#p33722"/>
		<title type="html"><![CDATA[bind time triggering every 5 minutes help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33722#p33722"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>Using the recursive timer is quite dangerous: when you rehash your eggdrop (so, usually when you test the tcl), you'll enable a lot of timers <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>So, think to restart the eggdrop when your tcl is ok.</div></blockquote>just kill the timer again...killtimer &amp; timerexists are your friends <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>Easier and more practical to set a variable upon starting the timer for the first time, and checking if that variable exists or not before starting a timer.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Wed Feb 18, 2004 11:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-02-18T09:14:19-04:00</updated>

		<published>2004-02-18T09:14:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33697#p33697</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33697#p33697"/>
		<title type="html"><![CDATA[bind time triggering every 5 minutes help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33697#p33697"><![CDATA[
<blockquote class="uncited"><div>Using the recursive timer is quite dangerous: when you rehash your eggdrop (so, usually when you test the tcl), you'll enable a lot of timers <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>So, think to restart the eggdrop when your tcl is ok.</div></blockquote>just kill the timer again...killtimer &amp; timerexists are your friends <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Wed Feb 18, 2004 9:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2004-02-18T06:13:25-04:00</updated>

		<published>2004-02-18T06:13:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33693#p33693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33693#p33693"/>
		<title type="html"><![CDATA[bind time triggering every 5 minutes help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33693#p33693"><![CDATA[
Using the recursive timer is quite dangerous: when you rehash your eggdrop (so, usually when you test the tcl), you'll enable a lot of timers <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>So, think to restart the eggdrop when your tcl is ok.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Feb 18, 2004 6:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-02-17T18:51:23-04:00</updated>

		<published>2004-02-17T18:51:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33687#p33687</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33687#p33687"/>
		<title type="html"><![CDATA[bind time triggering every 5 minutes help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33687#p33687"><![CDATA[
bind time - "?5 * * * *" my_proc <br>bind time - "?0 * * * *" my_proc <br><br>would trigger it all 5 mins (x0 and x5)<br>or you try a timer<br><br>timer 5 myproc<br>proc myproc { args } {<br> do something<br> timer 5 myproc<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue Feb 17, 2004 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-17T18:36:53-04:00</updated>

		<published>2004-02-17T18:36:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33686#p33686</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33686#p33686"/>
		<title type="html"><![CDATA[bind time triggering every 5 minutes help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33686#p33686"><![CDATA[
Hello there, fellow eggdroppers.<br><br>Is there any way to make a "bind time" trigger every five minutes? I tried the crontab style<br><br>bind time - "*/5 * * * *" my_proc<br><br>... but that doesn't seem to work. Also,<br><br>bind time - "?5 * * * *" my_proc<br><br>... will only trigger on minutes ending of 5, which is not what I want. So, I'm stuck. Anyone care to shed a little light? Thanks!<p>Statistics: Posted by Guest — Tue Feb 17, 2004 6:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
