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

	<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>2008-12-16T17:42:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ultralord]]></name></author>
		<updated>2008-12-16T17:42:32-04:00</updated>

		<published>2008-12-16T17:42:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86284#p86284</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86284#p86284"/>
		<title type="html"><![CDATA[proc run schedule]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86284#p86284"><![CDATA[
eh.. :s easy answer thnx stupid question :S run one timer 40 and inside again timer.. ix.<br><br><br>thanx  <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=8360">ultralord</a> — Tue Dec 16, 2008 5:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-12-16T15:20:52-04:00</updated>

		<published>2008-12-16T15:20:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86275#p86275</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86275#p86275"/>
		<title type="html"><![CDATA[proc run schedule]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86275#p86275"><![CDATA[
Actually, the use of "" or {} does not matter in this case, as there is nothing to be substituted in the preprocessing phase.<br><br>What is to be kept in mind, however, is that the mask is matched against "minute hour day month year" every minute. If the mask matches, the associated command is evaluated. In your case, it means the command will be triggered once every hour, twenty minutes to the hour (01:40, 02:40, 03:40 ... 23:40).<br><br>To trigger something every 40 minutes, your best option is most likely to use a recursive 40min timer.. Most basic version is shown below:<div class="codebox"><p>Code: </p><pre><code>proc someproc {} { ... #Now a recursive call timer 40 [list someproc]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Dec 16, 2008 3:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2008-12-16T08:07:36-04:00</updated>

		<published>2008-12-16T08:07:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86264#p86264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86264#p86264"/>
		<title type="html"><![CDATA[proc run schedule]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86264#p86264"><![CDATA[
try:<div class="codebox"><p>Code: </p><pre><code>bind time - "40 * * * *" my_proc</code></pre></div>for test change 40 to 2 or smth ;p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Tue Dec 16, 2008 8:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ultralord]]></name></author>
		<updated>2008-12-16T03:16:25-04:00</updated>

		<published>2008-12-16T03:16:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86262#p86262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86262#p86262"/>
		<title type="html"><![CDATA[proc run schedule]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86262#p86262"><![CDATA[
bind time {40 * * * *} myproc <br><br>is that correct?<br>i think no <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>how i can do that to run my command every 40 minites?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8360">ultralord</a> — Tue Dec 16, 2008 3:16 am</p><hr />
]]></content>
	</entry>
	</feed>
