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

	<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-01-17T10:03:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2004-01-17T10:03:48-04:00</updated>

		<published>2004-01-17T10:03:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32600#p32600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32600#p32600"/>
		<title type="html"><![CDATA[Is it ok use vwait varname ? no... it doesn't run.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32600#p32600"><![CDATA[
Tcl and eggdrop do not operate in the way you want.<br><br>vwait casues eggdrop to block, IE, the whois reply is never read from the buffer, let alone calling the whois proc.<br><br>What you need to do is let the proc finish, and listen for the end of whois RAW numeric.<br><br>When you get this, you can output stored data.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jan 17, 2004 10:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2004-01-17T07:06:43-04:00</updated>

		<published>2004-01-17T07:06:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32599#p32599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32599#p32599"/>
		<title type="html"><![CDATA[Is it ok use vwait varname ? no... it doesn't run.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32599#p32599"><![CDATA[
use arrays, example instead of registrato use registrato([string tolower $nick]) and set for each a different element (i.e. on/off)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jan 17, 2004 7:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-17T06:13:10-04:00</updated>

		<published>2004-01-17T06:13:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32596#p32596</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32596#p32596"/>
		<title type="html"><![CDATA[Is it ok use vwait varname ? no... it doesn't run.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32596#p32596"><![CDATA[
Hi all! I have a question for you:<br>I have code like this:<br>the varname registrato is the respective "registered" in english.<br><div class="codebox"><p>Code: </p><pre><code>bind raw - 307 proc:whoisbind join - * proc:joinproc proc:whois { f k t } {global registratoset registrato on}proc proc:join {n uh h c} {global registratoset registrato offputserv "WHOIS $n"     if {$registrato == off} {      puthelp "NOTICE $n :text"     }} </code></pre></div>When a user join the channel the egg whois him. But my problem is that proc:join finish earlier than proc:whois. The varname $registrato don't wait that proc:whois update itself. <br>I try to use "vwait $registrato" but it doesn't run. After "WHOIS $n" the proc proc:join must wait that proc:whois finished his work.<br>Help me!  ...and excuse me my horrible english.<br>Bye.<p>Statistics: Posted by Guest — Sat Jan 17, 2004 6:13 am</p><hr />
]]></content>
	</entry>
	</feed>
