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

	<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>2002-12-06T08:10:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2002-12-06T08:10:30-04:00</updated>

		<published>2002-12-06T08:10:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14044#p14044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14044#p14044"/>
		<title type="html"><![CDATA[bind time..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14044#p14044"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - "15 6 *" thurs:bindproc thurs:bind {min hour day month year} {  if {[clock format [clock seconds] "%A"] != "Thursday"} { return }BLAH}</code></pre></div>almost worked..<br><div class="codebox"><p>Code: </p><pre><code>if {[clock format [clock seconds] "%A"] != "Thursday"} { return }</code></pre></div>i corrected it to<div class="codebox"><p>Code: </p><pre><code>if {[clock format [clock seconds] -format "%A"] != "Thursday"} { return }</code></pre></div>Thanks for you help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1291">svahn</a> — Fri Dec 06, 2002 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-05T19:58:59-04:00</updated>

		<published>2002-12-05T19:58:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14019#p14019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14019#p14019"/>
		<title type="html"><![CDATA[bind time..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14019#p14019"><![CDATA[
As noted in the documentation,t he time bind is matched against "min hour day month year".<br><br>This is not done via the day of the week however.<br><br>For this, and using your example, you could use<br><div class="codebox"><p>Code: </p><pre><code>bind time - "15 6 *" thurs:bindproc thurs:bind {min hour day month year} {  if {[clock format [clock seconds] "%A"] != "Thursday"} { return }BLAH}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 05, 2002 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2002-12-05T19:48:52-04:00</updated>

		<published>2002-12-05T19:48:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14018#p14018</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14018#p14018"/>
		<title type="html"><![CDATA[bind time..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14018#p14018"><![CDATA[
hi!<br><br>i want a proc to be run every thursday at a specific time say 6.15pm.<br>how should the bind look like?<br><div class="codebox"><p>Code: </p><pre><code>bind time - "15 18 thu * *" &lt;proc-name&gt;</code></pre></div>something like that?<br>can anyone tell me please <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=1291">svahn</a> — Thu Dec 05, 2002 7:48 pm</p><hr />
]]></content>
	</entry>
	</feed>
