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

	<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>2002-02-12T12:19:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2002-02-12T12:19:00-04:00</updated>

		<published>2002-02-12T12:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4500#p4500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4500#p4500"/>
		<title type="html"><![CDATA[timer doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4500#p4500"><![CDATA[
yes, it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile">))<br>OK, now I won't have any trouble with epona' services...<br>If shayne accept my tcl, you'll understand soon <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Feb 12, 2002 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-12T11:28:00-04:00</updated>

		<published>2002-02-12T11:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4499#p4499</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4499#p4499"/>
		<title type="html"><![CDATA[timer doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4499#p4499"><![CDATA[
because you're executing the putserv immediatly by encasing it in brackets.<br>timer 5 [putserv "PRIVMSG $nick :hello, I'm late of 5 minutes"] basically means 'execute the putserv, then execute whatever the putserv returns after 5 mins'. you want something like<br>timer 5 [list putserv "PRIVMSG $nick :hello, I'm late of 5 minutes"] <br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Feb 12, 2002 11:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2002-02-12T07:57:00-04:00</updated>

		<published>2002-02-12T07:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4489#p4489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4489#p4489"/>
		<title type="html"><![CDATA[timer doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4489#p4489"><![CDATA[
hi here.<br>I've a little script which act after someone enters a channel.<br><br>bind join - "*" delay<br><br>proc delay { nick uhost handle chan } {<br>timer 5 [putserv "PRIVMSG $nick :hello, I'm late of 5 minutes"]<br>}<br><br>It's a verification script for me, so it's really simple.<br>But I get the message immediatly after entering the channel... any idea?<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Feb 12, 2002 7:57 am</p><hr />
]]></content>
	</entry>
	</feed>
