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

	<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>2006-06-06T04:45:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-06-06T04:45:09-04:00</updated>

		<published>2006-06-06T04:45:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63757#p63757</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63757#p63757"/>
		<title type="html"><![CDATA[Writing something with a delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63757#p63757"><![CDATA[
OK, thank you. It works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Tue Jun 06, 2006 4:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-06-05T23:59:10-04:00</updated>

		<published>2006-06-05T23:59:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63751#p63751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63751#p63751"/>
		<title type="html"><![CDATA[Writing something with a delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63751#p63751"><![CDATA[
the utimer script executes outside the proc context, therefore $chan is not available for evaluation at execution time<br><br>the usual solution to this problem is to force evaluation of $chan inside the proc:<div class="codebox"><p>Code: </p><pre><code>utimer 15 [list putserv "privmsg $chan :test"]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jun 05, 2006 11:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-06-05T17:12:30-04:00</updated>

		<published>2006-06-05T17:12:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63745#p63745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63745#p63745"/>
		<title type="html"><![CDATA[Writing something with a delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63745#p63745"><![CDATA[
Hello!<br>When somebody in the channel writes a certain command, my bot should write something back and after 15 seconds a second message. So I made this script but there must be something wrong, because an error occurs: "can't read "chan": no such variable"<div class="codebox"><p>Code: </p><pre><code>bind pub - !test testproc test {nick uhost hand chan arg} {putserv "PRIVMSG $chan :Test"utimer 15 { putserv "privmsg $chan : Test" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Mon Jun 05, 2006 5:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
