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

	<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-11-03T13:07:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-11-03T12:33:33-04:00</updated>

		<published>2003-11-03T12:33:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29428#p29428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29428#p29428"/>
		<title type="html"><![CDATA[* != ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29428#p29428"><![CDATA[
<blockquote class="uncited"><div>try to think, before posting <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.</div></blockquote><blockquote class="uncited"><div>*** MATCH CHARACTERS ***<br><br>  Many of the bindings allow match characters in the arguments. Here<br>  are the four special characters:<br><br>  ?  matches any single character<br>  *  matches 0 or more characters of any type<br>  %  matches 0 or more non-space characters (can be used to match a single<br>     word)<br>  ~  matches 1 or more space characters (can be used for whitespace between<br>     words)</div></blockquote>You're right about the first part matching every minute though <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> — Mon Nov 03, 2003 12:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-11-03T10:37:39-04:00</updated>

		<published>2003-11-03T10:37:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29410#p29410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29410#p29410"/>
		<title type="html"><![CDATA[LOL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29410#p29410"><![CDATA[
try to think, before posting <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br>if you use * or ?? will be same ^^.<br>correct bind would be:<br>bind time - "00 ?8 *" mytime<br><blockquote class="uncited"><div>    (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>           extended to four characters in the same way.<br>         Module: core</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Nov 03, 2003 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-11-03T13:07:59-04:00</updated>

		<published>2003-11-03T09:32:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29400#p29400</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29400#p29400"/>
		<title type="html"><![CDATA[Message at specific time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29400#p29400"><![CDATA[
<blockquote class="uncited"><div>bind time "** *8 *" mytime</div></blockquote>I wouldn't do that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> as "*" will match 0 or more of any char you'll end up matching every minute if the day/month ends with "8". try "?? ?8*" instead <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> — Mon Nov 03, 2003 9:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-11-03T09:06:16-04:00</updated>

		<published>2003-11-03T09:06:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29399#p29399</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29399#p29399"/>
		<title type="html"><![CDATA[Message at specific time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29399#p29399"><![CDATA[
bind time "** *8 *" mytime<br><br>proc mytime {args} {<br>putserv "PRIVMSG #channel :This is a text that is posted at 8 &amp; 18 o clock"<br>}<br><br>should work, for other times edit the time bind<br><br>other possibility : use timers<br><br>or : use a complete script, look for "time" in the tcl archive<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Nov 03, 2003 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tonyrayo]]></name></author>
		<updated>2003-11-03T01:40:40-04:00</updated>

		<published>2003-11-03T01:40:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29386#p29386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29386#p29386"/>
		<title type="html"><![CDATA[Message at specific time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29386#p29386"><![CDATA[
Hello to all of the tcl coders out there! I am hoping someone could write a simple tcl script (I rather not be directed to a manual page, I sadly do not have the time to get into tcl now =/), or point me to an existing one.  I want my bot to say a specific message two times a day (midnight and noon for example).  Thank you VERY much for the help!. - tony<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3591">tonyrayo</a> — Mon Nov 03, 2003 1:40 am</p><hr />
]]></content>
	</entry>
	</feed>
