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

	<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>2005-07-29T15:22:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ramirez]]></name></author>
		<updated>2005-07-29T15:22:05-04:00</updated>

		<published>2005-07-29T15:22:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53478#p53478</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53478#p53478"/>
		<title type="html"><![CDATA[Binding time (scheduled jobs)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53478#p53478"><![CDATA[
Yeah, that works fine demond, thanks. :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6011">ramirez</a> — Fri Jul 29, 2005 3:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-29T14:06:19-04:00</updated>

		<published>2005-07-29T14:06:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53474#p53474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53474#p53474"/>
		<title type="html"><![CDATA[Binding time (scheduled jobs)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53474#p53474"><![CDATA[
but you could easily emulate it with:<div class="codebox"><p>Code: </p><pre><code>bind time - "00 *" fooproc foo {m h d mo y} {   if {$h % 4 == 0} {   # go ahead, do the stuff   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jul 29, 2005 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-29T14:02:45-04:00</updated>

		<published>2005-07-29T14:02:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53473#p53473</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53473#p53473"/>
		<title type="html"><![CDATA[Binding time (scheduled jobs)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53473#p53473"><![CDATA[
nope, eggdrop doesn't support UNIX cron daemon's syntax<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jul 29, 2005 2:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ramirez]]></name></author>
		<updated>2005-07-29T13:10:08-04:00</updated>

		<published>2005-07-29T13:10:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53469#p53469</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53469#p53469"/>
		<title type="html"><![CDATA[Binding time (scheduled jobs)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53469#p53469"><![CDATA[
Hey, before [censored] up anything, I might ask this here.<br>Can I bind times with eggdrop like with cronjobs?<br>I want a scheduled job to call a certain proc every 4th hour, and instead of doing:<div class="codebox"><p>Code: </p><pre><code>bind time - "00 00 * * *" procbind time - "00 04 * * *" procbind time - "00 08 * * *" procbind time - "00 12 * * *" procbind time - "00 16 * * *" procbind time - "00 20 * * *" proc</code></pre></div>Can I just do (like with cronjob):<div class="codebox"><p>Code: </p><pre><code>bind time - "00 */4 * * *" proc</code></pre></div>or<div class="codebox"><p>Code: </p><pre><code>bind time - "00 00,04,08,12,16,20 * * *" proc</code></pre></div>Or is there some other way to achieve this?<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6011">ramirez</a> — Fri Jul 29, 2005 1:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
