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

	<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>2003-05-12T01:47:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-12T01:47:18-04:00</updated>

		<published>2003-05-12T01:47:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20083#p20083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20083#p20083"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20083#p20083"><![CDATA[
True.. true.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> great alternatives.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon May 12, 2003 1:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-11T19:56:38-04:00</updated>

		<published>2003-05-11T19:56:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20075#p20075</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20075#p20075"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20075#p20075"><![CDATA[
True<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun May 11, 2003 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-05-11T19:12:57-04:00</updated>

		<published>2003-05-11T19:12:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20073#p20073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20073#p20073"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20073#p20073"><![CDATA[
how about: 'bind time - "?0 *" proc'? the last digit of the minutes is 0 every 10 minutes, right? <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=2878">user</a> — Sun May 11, 2003 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-11T12:52:23-04:00</updated>

		<published>2003-05-11T12:52:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20061#p20061</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20061#p20061"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20061#p20061"><![CDATA[
Or , hell, to save using timers, and having them break on you<br><div class="codebox"><p>Code: </p><pre><code>bind time - "*" my:msg proc my:msg {min hour day month year} {   if {[string index $min 0] == "0"]} { set min [string index $min 1] }  if {[expr $min % 10]} { return }  putserv "PRIVMSG #channel :This is my 10 minutes timed message!" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun May 11, 2003 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-05-11T12:42:16-04:00</updated>

		<published>2003-05-11T12:42:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20060#p20060</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20060#p20060"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20060#p20060"><![CDATA[
caesar : what about this way ?<div class="codebox"><p>Code: </p><pre><code>if {[lsearch -glob [timers] "* my:msg *"] == -1} { timer 10 my:msg }proc my:msg {min hour day month year} { if {[lsearch -glob [timers] "* my:msg *"] == -1} { timer 10 my:msg }  putserv "PRIVMSG #channel :This is my 10 minutes timed message!" } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sun May 11, 2003 12:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-05-11T08:20:27-04:00</updated>

		<published>2003-05-11T08:20:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20055#p20055</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20055#p20055"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20055#p20055"><![CDATA[
OK thx it works<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Sun May 11, 2003 8:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-11T07:54:10-04:00</updated>

		<published>2003-05-11T07:54:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20054#p20054</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20054#p20054"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20054#p20054"><![CDATA[
No, you can't have 60, 70, 80, 90 or 100 mins pastt eh hour.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun May 11, 2003 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-11T07:52:45-04:00</updated>

		<published>2003-05-11T07:52:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20051#p20051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20051#p20051"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20051#p20051"><![CDATA[
Actualy it's<div class="codebox"><p>Code: </p><pre><code>bind time - "00 * * * *" my:msgbind time - "10 * * * *" my:msgbind time - "20 * * * *" my:msgbind time - "30 * * * *" my:msgbind time - "40 * * * *" my:msgbind time - "50 * * * *" my:msgproc my:msg {min hour day month year} {   putserv "PRIVMSG #channel :This is my 10 minutes timed message!" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun May 11, 2003 7:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-05-11T07:48:33-04:00</updated>

		<published>2003-05-11T07:48:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20049#p20049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20049#p20049"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20049#p20049"><![CDATA[
must i make <br><br><br>bind time - "00 * * * *" my:msg <br>bind time - "10 * * * *" my:msg <br>bind time - "20 * * * *" my:msg <br>bind time - "30 * * * *" my:msg <br>bind time - "40 * * * *" my:msg <br>bind time - "50 * * * *" my:msg <br>bind time - "60 * * * *" my:msg <br>bind time - "70 * * * *" my:msg <br>bind time - "80 * * * *" my:msg<br>bind time - "90 * * * *" my:msg <br>bind time - "100 * * * *" my:msg <br> <br>?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Sun May 11, 2003 7:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-11T07:37:10-04:00</updated>

		<published>2003-05-11T07:37:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20045#p20045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20045#p20045"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20045#p20045"><![CDATA[
Oups. Yes, forgot about it. Thanks for pointing it out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun May 11, 2003 7:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-11T07:34:27-04:00</updated>

		<published>2003-05-11T07:34:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20044#p20044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20044#p20044"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20044#p20044"><![CDATA[
This is incorrect. THis makes it every 10 mins past the hour.<br><br>You can add more time binds like so.<br><div class="codebox"><p>Code: </p><pre><code>bind time - "00 * * * *" my:msgbind time - "10 * * * *" my:msgbind time - "20 * * * *" my:msgbind time - "30 * * * *" my:msg</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun May 11, 2003 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-11T07:26:20-04:00</updated>

		<published>2003-05-11T07:26:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20042#p20042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20042#p20042"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20042#p20042"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - "10 * * * *" my:msgproc my:msg {min hour day month year} {putserv "PRIVMSG #channel :This is my 10 minutes timed message!"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun May 11, 2003 7:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-05-11T06:37:45-04:00</updated>

		<published>2003-05-11T06:37:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20037#p20037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20037#p20037"/>
		<title type="html"><![CDATA[Time msg TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20037#p20037"><![CDATA[
How can i display a msg in a chan every 10 minutes ?<br>Thx for Help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Sun May 11, 2003 6:37 am</p><hr />
]]></content>
	</entry>
	</feed>
