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

	<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-02-15T00:12:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-02-15T00:12:42-04:00</updated>

		<published>2003-02-15T00:12:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16623#p16623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16623#p16623"/>
		<title type="html"><![CDATA[*sigh*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16623#p16623"><![CDATA[
command formating i can only suggest to RTFM!  (in this case tcl-commands.doc, page 32 line 26)<br>but bind time is rarely used, usually they use the timer command to itself again like: timer 5 [list rand:msges]<br>but only recommed for other intervales than hourly ^^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Feb 15, 2003 12:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[matt2kjones]]></name></author>
		<updated>2003-02-14T22:55:55-04:00</updated>

		<published>2003-02-14T22:55:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16622#p16622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16622#p16622"/>
		<title type="html"><![CDATA[whats wrong with this script???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16622#p16622"><![CDATA[
if i type 05, wont it do it every 5 mins???<br><br>or does that mean 05 past the hour???<br><br>every hour is fine anyway <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>thanx for ur help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2662">matt2kjones</a> — Fri Feb 14, 2003 10:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-02-14T22:21:00-04:00</updated>

		<published>2003-02-14T22:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16621#p16621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16621#p16621"/>
		<title type="html"><![CDATA[whats wrong with this script???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16621#p16621"><![CDATA[
The problem is "5 * * * *". The args for the time bind are 2 digits each, so change it to "05 * * * *" and it should work. Note this only prints messages once an hour, is that what you want?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Feb 14, 2003 10:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[matt2kjones]]></name></author>
		<updated>2003-02-14T22:02:55-04:00</updated>

		<published>2003-02-14T22:02:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16619#p16619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16619#p16619"/>
		<title type="html"><![CDATA[whats wrong with this script???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16619#p16619"><![CDATA[
hi someone gave me this script which is suppose display random messages in a channel. Well i load it and it doesn't seem to work<br><br>is there anything wrong with it :<br><br>set rand(chan) "#thedigitaldream" <br><br>set rand(msges) { <br>"Message to display in channel" <br>} <br><br>bind time - "5 * * * *" rand:msges <br><br>proc rand:msges {min hour day month year} { <br>global rand <br>putserv "PRIVMSG $rand(chan) :[lindex $rand(msges) [rand [llength $rand(msges)]]]" <br>} <br><br>is that correct?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2662">matt2kjones</a> — Fri Feb 14, 2003 10:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
