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

	<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-10-30T19:24:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-10-30T19:24:33-04:00</updated>

		<published>2006-10-30T19:24:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67570#p67570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67570#p67570"/>
		<title type="html"><![CDATA[Auto channel msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67570#p67570"><![CDATA[
bind time - "?0 * * * *" your:proc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Oct 30, 2006 7:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-10-30T13:09:17-04:00</updated>

		<published>2006-10-30T13:09:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67566#p67566</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67566#p67566"/>
		<title type="html"><![CDATA[Auto channel msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67566#p67566"><![CDATA[
BIND:<br><br>    (37) TIME (stackable)<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<br>           times. mask matches 5 space separated integers of the form:<br>           "minute hour day month year". minute, hour, day, month have a<br>           zero padding so they are exactly two characters long; year is<br>           four characters. Flags are ignored.<br>         Module: core<br><br><br>Soooo.....   <br><br>bind time - "10 * * * *"<br>bind time - "20 * * * *"<br>bind time - "30 * * * *"<br>bind time - "40 * * * *"<br>bind time - "50 * * * *"<br>bind time - "00 * * * *"<br><br>Or just use a timer set to go every 10 or 20 mins..<br><br>BTW the rest of your proc makes no sense and will not work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Oct 30, 2006 1:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vlada]]></name></author>
		<updated>2006-10-30T12:55:25-04:00</updated>

		<published>2006-10-30T12:55:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67565#p67565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67565#p67565"/>
		<title type="html"><![CDATA[Auto channel msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67565#p67565"><![CDATA[
Hi there, i use this tcl:<div class="codebox"><p>Code: </p><pre><code>set idx 0set msgs {"spam 1" "spam 2" "spam 3"}set chans(0) {#chan1 #chan2} ;# chans for msg1set chans(1) {#chan3 #chan4} ;# chans for msg2set chans(2) {#chan5 #chan6} ;# chans for msg3bind time - * fooproc foo {m args} {   if {$m!="08" &amp;&amp; $m!="09" &amp;&amp; $m%20==0} {      foreach c $::chans($::idx) {         puthelp "privmsg $c :[lindex $::msgs $::idx]"      }      if {[incr ::idx] == [llength $::msgs]} {set ::idx 0}   }}</code></pre></div>but this send msg every one hour not 20 min,i need to send every 20 (or 10) min. how to set up this? thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8326">vlada</a> — Mon Oct 30, 2006 12:55 pm</p><hr />
]]></content>
	</entry>
	</feed>
