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

	<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>2004-05-27T16:00:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-05-27T16:00:09-04:00</updated>

		<published>2004-05-27T16:00:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36648#p36648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36648#p36648"/>
		<title type="html"><![CDATA[timer id within namespace problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36648#p36648"><![CDATA[
<blockquote class="uncited"><div>Try this:<br><div class="codebox"><p>Code: </p><pre><code>set tmrid [list timer 15 [namespace current]::compare_cache forum]</code></pre></div>***<br>There was an extra bracket as stdragon mentioned.<br>It should work with the list command.</div></blockquote>[list ... is in the wrong place, this will simply set the variable "tmrid" to a list of text.....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu May 27, 2004 4:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-05-27T10:11:02-04:00</updated>

		<published>2004-05-27T10:11:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36635#p36635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36635#p36635"/>
		<title type="html"><![CDATA[timer id within namespace problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36635#p36635"><![CDATA[
Try this:<br><div class="codebox"><p>Code: </p><pre><code>set tmrid [list timer 15 [namespace current]::compare_cache forum]</code></pre></div>***<br>There was an extra bracket as stdragon mentioned.<br>It should work with the list command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu May 27, 2004 10:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-05-20T22:07:04-04:00</updated>

		<published>2004-05-20T22:07:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36481#p36481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36481#p36481"/>
		<title type="html"><![CDATA[timer id within namespace problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36481#p36481"><![CDATA[
Extra [ ], or missing "list" maybe?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu May 20, 2004 10:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-20T02:46:50-04:00</updated>

		<published>2004-05-20T02:46:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36467#p36467</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36467#p36467"/>
		<title type="html"><![CDATA[timer id within namespace problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36467#p36467"><![CDATA[
Maybe its just late, I've been up too long, ran out of caffiene long ago, but I can't for the life of me figure out what's going wrong.<br><br>I've been trying to setup a timer to execute a proc within my namespace and assign the timer id to tmrid so I can kill the timer later.<div class="codebox"><p>Code: </p><pre><code>set tmrid [ timer 15 [[namespace current]::compare_cache forum] ]</code></pre></div>I'm thinking its a problem with [namespace current], because if I try to set the timer without trying to get the timer id the script will die and I don't understand why.<p>Statistics: Posted by Guest — Thu May 20, 2004 2:46 am</p><hr />
]]></content>
	</entry>
	</feed>
