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

	<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-04-02T23:48:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2002-04-02T23:48:00-04:00</updated>

		<published>2002-04-02T23:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5919#p5919</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5919#p5919"/>
		<title type="html"><![CDATA[bind time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5919#p5919"><![CDATA[
Thank you both very much !!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Tue Apr 02, 2002 11:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-02T22:26:00-04:00</updated>

		<published>2002-04-02T22:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5918#p5918</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5918#p5918"/>
		<title type="html"><![CDATA[bind time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5918#p5918"><![CDATA[
I was looking at my earlier reply and I misinformed you. Sorry. In my example I got the Hour and Minute fields mixed up. The syntax for bind time is as follows:<br><br>bind time &lt;flags&gt; "&lt;minutes&gt; &lt;hours&gt; &lt;day&gt; &lt;month&gt; &lt;year&gt;" proc<br><br>therefore to get it going every 10 minutes I'd try:<br><br>bind time - "*0 * * * *" proc<br><br>signifies that it should execute whenever the minute counter has a zero in it. I don't know if that works, but the above syntax is correct now anyhow. <p>Statistics: Posted by Guest — Tue Apr 02, 2002 10:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-04-02T21:10:00-04:00</updated>

		<published>2002-04-02T21:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5915#p5915</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5915#p5915"/>
		<title type="html"><![CDATA[bind time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5915#p5915"><![CDATA[
you've answered ya own question. should be * 10 * * *<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Apr 02, 2002 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2002-04-02T19:46:00-04:00</updated>

		<published>2002-04-02T19:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5914#p5914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5914#p5914"/>
		<title type="html"><![CDATA[bind time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5914#p5914"><![CDATA[
Try to make bot send message to channel at specified time of the hour, EVERY hour. I have what I THOUGHT to send message at 10 minutes past every hour:<br><br>bind time - "*10***" texttime <br><br>proc texttime {n h handle ch te} { <br>global text channel<br>foreach chan $channel { <br>putserv "PRIVMSG $chan :$text" <br>} <br>}<br><br>(Should it be "*10***" or "* 10 * * *" ??)<br>What I have now works PERFECT at 10 minutes after every hour till it reaches 10 a.m. Then it starts doing it every minute till 11 a.m and then goes back to once every 10 minutes after the hour. I'm sure it's something I have written incorrect, any suggestions? <br><br><br><br>&lt;font size=-1&gt;[ This Message was edited by: DrTongue on 2002-04-02 16:51 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Tue Apr 02, 2002 7:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
