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

	<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-03T10:36:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-03T10:36:30-04:00</updated>

		<published>2003-02-03T10:36:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16118#p16118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16118#p16118"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16118#p16118"><![CDATA[
Simply change the time mask used from<div class="codebox"><p>Code: </p><pre><code>bind time - "00 * * * *" text1time </code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>bind time - "*" text1time </code></pre></div>Note, the time bind is a once per min thing, and doesn't operate on seconds.<br><br>The only way to do that is to work with utimers.<br><br>Se tcl-commands.doc for the usage of them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Feb 03, 2003 10:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-03T10:10:22-04:00</updated>

		<published>2003-02-03T10:10:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16116#p16116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16116#p16116"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16116#p16116"><![CDATA[
ok i am a noob with scripting so i decided to ask for help in here &gt; i found this script &gt;<br><br>####################################<br><br>set channel "#blah"<br>set text1 "check out our website at <a href="http://blahblahblah" class="postlink">http://blahblahblah</a>"<br><br>bind time - "00 * * * *" text1time <br><br>proc text1time {n h handle ch te} { <br>global text1 channel<br>foreach chan $channel { <br>putserv "PRIVMSG $chan :$text1" <br>} <br>}<br><br>####################################<br><br>Now it's like messaging the channel every hour or so, but i want it message the channel ever minute or 40 seconds, anyone who could help me with this? Appriciated! <br><br>-lawina-<p>Statistics: Posted by Guest — Mon Feb 03, 2003 10:10 am</p><hr />
]]></content>
	</entry>
	</feed>
