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

	<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-06-04T10:59:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stammer]]></name></author>
		<updated>2003-06-04T10:59:25-04:00</updated>

		<published>2003-06-04T10:59:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21232#p21232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21232#p21232"/>
		<title type="html"><![CDATA[ChanServ guard procedure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21232#p21232"><![CDATA[
10x a lot  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> for the help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2835">stammer</a> — Wed Jun 04, 2003 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-04T09:57:25-04:00</updated>

		<published>2003-06-04T09:57:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21230#p21230</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21230#p21230"/>
		<title type="html"><![CDATA[ChanServ guard procedure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21230#p21230"><![CDATA[
<blockquote class="uncited"><div>  utimer &lt;seconds&gt; &lt;tcl-command&gt;<br>    Description: executes the given Tcl command after a certain number of<br>      seconds have passed</div></blockquote>this is non-blocking, meaning.. no it will not freeze the procedure<br><br>to fix this in your proc, just put the forach in a proc and call that proc with the utimer<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Jun 04, 2003 9:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stammer]]></name></author>
		<updated>2003-06-04T08:36:49-04:00</updated>

		<published>2003-06-04T08:36:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21227#p21227</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21227#p21227"/>
		<title type="html"><![CDATA[ChanServ guard procedure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21227#p21227"><![CDATA[
hi all,<br>my question is: <br>when i use utimer commnad in procedure for example<br><br>utimer 20 [putlog "test"]<br><br>only execution of putlog is delayed with 20 seconds or procedure stops for that time and continues after that?<br>is utimer works for commands like 'foreach' and 'if'? <br><br>i'm asking this because i write a procedure for calling ChanServ after netsplit. I want to delay 'foreach' with couple of seconds because somethimes ChanServ returns sometimes not. Here is code:<br><div class="codebox"><p>Code: </p><pre><code>bind raw  - NOTICE pub:sidentproc pub:sident {from keyword arg} {global nsnick csnick passwd nsserv csservset wrd [lindex $arg 1] if {((($from==$nsserv)&amp;&amp;($wrd==":This"))||(($from==$csserv)&amp;&amp;($wrd==":Password")))} { putserv "PRIVMSG $nsnick :IDENTIFY $passwd"putlog  "$nsnick IDENTIFY..."foreach ch [channels] {if {([botisop $ch])&amp;&amp;((![onchan $csnick $ch])||([onchansplit $csnick $ch]))} {putserv "PRIVMSG $csnick :SET $ch GUARD ON"putlog "$csnick $ch GUARD ON..."}}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2835">stammer</a> — Wed Jun 04, 2003 8:36 am</p><hr />
]]></content>
	</entry>
	</feed>
