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

	<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>2013-03-16T17:34:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ldevries]]></name></author>
		<updated>2013-03-16T17:34:03-04:00</updated>

		<published>2013-03-16T17:34:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101246#p101246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101246#p101246"/>
		<title type="html"><![CDATA[bind cron]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101246#p101246"><![CDATA[
After doing some more research I found that march month is 02 not 03. Thus it works and the problem is now solved. Thanks for your help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12199">ldevries</a> — Sat Mar 16, 2013 5:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ldevries]]></name></author>
		<updated>2013-03-16T16:41:40-04:00</updated>

		<published>2013-03-16T16:41:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101245#p101245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101245#p101245"/>
		<title type="html"><![CDATA[Re: bind cron]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101245#p101245"><![CDATA[
In the partyline, do:<br>  .binds *cron*<br>and see what you have listed.<br><br>Perhaps you have edited that bind, (and you used .rehash) and an old bind is still there?<br>If so, the solution is to do:   .restart[/quote]<br><br>I have the following to clear bind crons &amp; time on .rehash which works<div class="codebox"><p>Code: </p><pre><code>proc removeallbinds {bindtype} { foreach bind [binds $bindtype] { unbind [lindex $bind 0] [lindex $bind 1] [lindex $bind 2] [lindex $bind 4] }}removeallbinds cronremoveallbinds time</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12199">ldevries</a> — Sat Mar 16, 2013 4:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ldevries]]></name></author>
		<updated>2013-03-16T16:57:21-04:00</updated>

		<published>2013-03-16T16:31:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101244#p101244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101244#p101244"/>
		<title type="html"><![CDATA[bind cron]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101244#p101244"><![CDATA[
thanks.. gave that a try and it did not post... I had<div class="codebox"><p>Code: </p><pre><code>bind time - "55 16 16 03 *" do_test_postproc do_test_post {min hour day month year} {global stockchanputserv "privmsg $stockchan :\0034Economic Event In 10 Minutes\017 - \00312test\017"}</code></pre></div>I confirmed witn .bind *time*<br><br>&lt;STBot&gt;   TYPE FLAGS    COMMAND              HITS BINDING (TCL)<br>&lt;STBot&gt;   time -|-      55 16 16 03 *           0 do_test_post<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12199">ldevries</a> — Sat Mar 16, 2013 4:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2013-03-16T15:52:35-04:00</updated>

		<published>2013-03-16T15:52:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101243#p101243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101243#p101243"/>
		<title type="html"><![CDATA[Re: bind cron]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101243#p101243"><![CDATA[
<blockquote class="uncited"><div>...<br>however, for some strange reason it is executing everyday. What am I doing wrong.<br>...</div></blockquote>In the partyline, do:<br>  .binds *cron*<br>and see what you have listed.<br><br>Perhaps you have edited that bind, (and you used .rehash) and an old bind is still there?<br>If so, the solution is to do:   .restart<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Mar 16, 2013 3:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-03-16T14:23:39-04:00</updated>

		<published>2013-03-16T14:23:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101242#p101242</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101242#p101242"/>
		<title type="html"><![CDATA[bind cron]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101242#p101242"><![CDATA[
You could try bind time<br><br>bind time - "min hour day month year" procname<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Sat Mar 16, 2013 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ldevries]]></name></author>
		<updated>2013-03-16T15:44:00-04:00</updated>

		<published>2013-03-16T11:31:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101241#p101241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101241#p101241"/>
		<title type="html"><![CDATA[bind cron]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101241#p101241"><![CDATA[
I have a .tcl script that calls for a event on mar 19 @ 8:20am. I have the following entry: <div class="codebox"><p>Code: </p><pre><code>bind cron - "20 08 19 03 *" do_hs_post proc do_hs_post {min hour day month weekday} { global stockchan putserv "privmsg $stockchan :\0034Economic Event In 10 Minutes\017 - \00312Housing Market Index\017" } </code></pre></div>however, for some strange reason it is executing everyday. What am I doing wrong.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12199">ldevries</a> — Sat Mar 16, 2013 11:31 am</p><hr />
]]></content>
	</entry>
	</feed>
