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

	<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>2009-11-28T20:09:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-10-11T10:04:29-04:00</updated>

		<published>2007-10-11T10:04:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76619#p76619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76619#p76619"/>
		<title type="html"><![CDATA[[SOLVED] A little question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76619#p76619"><![CDATA[
Ok, so if this is the code, I`ll try it out and post a reply with the results.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br><br>Works Great, thanks nml  <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=9010">Riddler</a> — Thu Oct 11, 2007 10:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-10-11T09:02:22-04:00</updated>

		<published>2007-10-11T09:02:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76615#p76615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76615#p76615"/>
		<title type="html"><![CDATA[[SOLVED] A little question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76615#p76615"><![CDATA[
Not quite, once every minute, a string is generated such as "minute hour day month year" of the current timestamp. This is then matched against any and all time-bindings.<br><br>"*0 * * * *" would match whenever the minutes are 00, 10, 20, 30, 40, or 50.<br>"*0 *" would match whenever the last digit of any of the "fields" except year is zero.<br><br>Best option to trigger every 20 minutes, I suppose, would be something like this:<div class="codebox"><p>Code: </p><pre><code>bind time - "00 *" yourprocbind time - "20 *" yourprocbind time - "40 *" yourproc</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Oct 11, 2007 9:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2009-11-28T20:09:25-04:00</updated>

		<published>2007-10-11T08:56:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76613#p76613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76613#p76613"/>
		<title type="html"><![CDATA[[SOLVED] A little question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76613#p76613"><![CDATA[
Hello guys, I have a little question about "bind time" module:<br><br>the type for this command is: <blockquote class="uncited"><div>bind time - "minutes hour days months" ( they are exactly two characters)</div></blockquote>So this is my question:<br><br>How can I use this setting to do every 20 minutes a proc ?<br><br>This way ?<br><div class="codebox"><p>Code: </p><pre><code>bind time - "20 * * *" </code></pre></div><br>Regards,<br>Riddler<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Thu Oct 11, 2007 8:56 am</p><hr />
]]></content>
	</entry>
	</feed>
