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

	<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>2006-05-30T04:56:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gorgo]]></name></author>
		<updated>2006-05-30T04:56:43-04:00</updated>

		<published>2006-05-30T04:56:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63545#p63545</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63545#p63545"/>
		<title type="html"><![CDATA[Howto make a script do anything every day,hour,month &amp; y]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63545#p63545"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>TIME (stackable)<br><br>bind time &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>proc-name &lt;minute&gt; &lt;hour&gt; &lt;day&gt; &lt;month&gt; &lt;year&gt;<br><br>Description: allows you to schedule procedure calls at certain times. mask matches 5 space separated integers of the form: "minute hour day month year". minute, hour, day, month have a zero padding so they are exactly two characters long; year is extended to four characters in the same way. flags are ignored.</div></blockquote>The above may be a little more descriptive.</div></blockquote>Thanks for that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7814">Gorgo</a> — Tue May 30, 2006 4:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-05-29T21:48:45-04:00</updated>

		<published>2006-05-29T21:48:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63542#p63542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63542#p63542"/>
		<title type="html"><![CDATA[Howto make a script do anything every day,hour,month &amp; y]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63542#p63542"><![CDATA[
<blockquote class="uncited"><div>TIME (stackable)<br><br>bind time &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>proc-name &lt;minute&gt; &lt;hour&gt; &lt;day&gt; &lt;month&gt; &lt;year&gt;<br><br>Description: allows you to schedule procedure calls at certain times. mask matches 5 space separated integers of the form: "minute hour day month year". minute, hour, day, month have a zero padding so they are exactly two characters long; year is extended to four characters in the same way. flags are ignored.</div></blockquote>The above may be a little more descriptive.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon May 29, 2006 9:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gorgo]]></name></author>
		<updated>2006-05-29T10:54:29-04:00</updated>

		<published>2006-05-29T10:54:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63527#p63527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63527#p63527"/>
		<title type="html"><![CDATA[Howto make a script do anything every day,hour,month &amp; y]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63527#p63527"><![CDATA[
<blockquote class="uncited"><div>Use:<br><div class="codebox"><p>Code: </p><pre><code>bind time -|- {00 * * * *} update:proc</code></pre></div>For further infos check your docs folder <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>That I know, then it will run the script every hour, but need to know how it can check witch month it is so it can update monght. same for year and hour also.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7814">Gorgo</a> — Mon May 29, 2006 10:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GeeX]]></name></author>
		<updated>2006-05-29T10:49:04-04:00</updated>

		<published>2006-05-29T10:49:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63526#p63526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63526#p63526"/>
		<title type="html"><![CDATA[Howto make a script do anything every day,hour,month &amp; y]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63526#p63526"><![CDATA[
Use:<br><div class="codebox"><p>Code: </p><pre><code>bind time -|- {00 * * * *} update:proc</code></pre></div>For further infos check your docs folder <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6744">GeeX</a> — Mon May 29, 2006 10:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gorgo]]></name></author>
		<updated>2006-05-29T10:10:18-04:00</updated>

		<published>2006-05-29T10:10:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63525#p63525</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63525#p63525"/>
		<title type="html"><![CDATA[Howto make a script do anything every day,hour,month &amp; y]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63525#p63525"><![CDATA[
Hi, I working on a script that I whant to show how many hour , days , month and years a channel are. I whant to update the database every hour, that oart I know. please help me with this, give me sone hint to go on to the work, I'm stuck right now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7814">Gorgo</a> — Mon May 29, 2006 10:10 am</p><hr />
]]></content>
	</entry>
	</feed>
