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

	<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-09-08T10:43:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Snapple]]></name></author>
		<updated>2003-09-08T10:43:08-04:00</updated>

		<published>2003-09-08T10:43:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26744#p26744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26744#p26744"/>
		<title type="html"><![CDATA[thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26744#p26744"><![CDATA[
working  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3524">Snapple</a> — Mon Sep 08, 2003 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-09-08T09:55:20-04:00</updated>

		<published>2003-09-08T09:55:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26738#p26738</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26738#p26738"/>
		<title type="html"><![CDATA[Re: timers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26738#p26738"><![CDATA[
<blockquote class="uncited"><div>when I run it <br>it says "too many nested evaluations (infinity loop?)"<br>on join:join<br>anyone know why? =\</div></blockquote>That's due to your old friend "command substitution". The proc calls itself immediately and the value returned is passed as an argument to 'timer'. Try <div class="codebox"><p>Code: </p><pre><code>timer 1 [list starta $chan]</code></pre></div> 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 Sep 08, 2003 9:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Snapple]]></name></author>
		<updated>2003-09-08T09:46:14-04:00</updated>

		<published>2003-09-08T09:46:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26737#p26737</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26737#p26737"/>
		<title type="html"><![CDATA[timers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26737#p26737"><![CDATA[
I have a command that I want to be repeated, that every 10 minutes it will send a message<div class="codebox"><p>Code: </p><pre><code>bind join - * join:joinproc join:join {nicka uhost hand chan} { if {[string tolower $nicka] == [string tolower mynick]} {     starta $chan  }    }proc starta {chan} {    global botnick botChan   putserv "PRIVMSG $chan :message"      timer 1 [starta $chan]}</code></pre></div>that is the code,<br>when I run it <br>it says "too many nested evaluations (infinity loop?)"<br>on join:join<br>anyone know why? =\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3524">Snapple</a> — Mon Sep 08, 2003 9:46 am</p><hr />
]]></content>
	</entry>
	</feed>
