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

	<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-10-26T14:56:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2003-10-26T14:56:43-04:00</updated>

		<published>2003-10-26T14:56:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29030#p29030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29030#p29030"/>
		<title type="html"><![CDATA[thank you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29030#p29030"><![CDATA[
I wasnt sure about that.  Thank you very much<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sun Oct 26, 2003 2:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-10-26T14:17:57-04:00</updated>

		<published>2003-10-26T14:17:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29029#p29029</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29029#p29029"/>
		<title type="html"><![CDATA[hmmmm, timers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29029#p29029"><![CDATA[
your code will privmsg once after 5 minutes then do no more<br><br>try<br><div class="codebox"><p>Code: </p><pre><code>timer 5 Check_For_OnJoin_PMS proc Check_For_OnJoin_PMS {} {     puthelp "PRIVMSG secureserv :checkchan #(channel name here)"    timer 5 Check_For_OnJoin_PMS } </code></pre></div>or use bind time<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sun Oct 26, 2003 2:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2003-10-26T13:23:43-04:00</updated>

		<published>2003-10-26T13:23:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29027#p29027</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29027#p29027"/>
		<title type="html"><![CDATA[hmmmm, timers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29027#p29027"><![CDATA[
I need to add a timer to execute a command every 5 minutes.  Looking at the manual and a tutorial I found, I think the code would appear as such:<div class="codebox"><p>Code: </p><pre><code>timer 5 Check_For_OnJoin_PMSproc Check_For_OnJoin_PMS {} {    puthelp "PRIVMSG secureserv :checkchan #(channel name here)"}</code></pre></div>My questions are this.  Lol, is this the right syntex???? And will it execute every 5 minutes??? <br><br>thank you for your time, most appriceated.<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sun Oct 26, 2003 1:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
