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

	<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>2011-10-20T06:27:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-10-20T06:27:55-04:00</updated>

		<published>2011-10-20T06:27:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97962#p97962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97962#p97962"/>
		<title type="html"><![CDATA[how to start this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97962#p97962"><![CDATA[
Ah, sorry, mixed two lines and forgot to add one. Fixed the code in my previous post.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Oct 20, 2011 6:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sydneybabe]]></name></author>
		<updated>2011-10-20T03:08:21-04:00</updated>

		<published>2011-10-20T03:08:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97959#p97959</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97959#p97959"/>
		<title type="html"><![CDATA[how to start this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97959#p97959"><![CDATA[
Hello sir caesar, i am encountering an error on the script this is what appear on the partyline:<div class="codebox"><p>Code: </p><pre><code>&lt;eggdrop&gt; [14:56:21] Tcl error [registered:first]: can't read "user": no such variable&lt;eggdrop&gt; [14:56:21] Tcl error [registered:match]: can't read "user": no such variable</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8947">Sydneybabe</a> — Thu Oct 20, 2011 3:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sydneybabe]]></name></author>
		<updated>2011-09-22T07:06:31-04:00</updated>

		<published>2011-09-22T07:06:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97756#p97756</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97756#p97756"/>
		<title type="html"><![CDATA[how to start this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97756#p97756"><![CDATA[
Hi sir caesar, how can i halt the script on netsplit since it will autovoice all registered nick that came from netsplit? Thanks in advance.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8947">Sydneybabe</a> — Thu Sep 22, 2011 7:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-10-20T06:27:00-04:00</updated>

		<published>2011-08-10T04:22:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97373#p97373</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97373#p97373"/>
		<title type="html"><![CDATA[how to start this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97373#p97373"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join * * registered:joinbind raw - 307 registered:matchbind raw - 311 registered:firstbind raw - 318 registered:lastproc registered:join {nick uhost hand chan} {if {[isbotnick $nick]} returnputhelp "WHOIS $nick"}proc registered:first {from key text} {global registeredset user [lindex [split $text] 1]set registered($user) 0}proc registered:match {from key text} {global registeredset user [lindex [split $text] 1]set registered($user) 1# user has identified for this nick# use $user to do whatever you need with it}proc registered:last {from key text} {global registeredset user [lindex [split $text] 1]if {!$registered($user)} {# user didn't identified for this nick# use $user to do whatever you need with it}# don't remove the following linearray unset registered $user}</code></pre></div>As always, I haven't tested this, but should work. If it doesn't then let me know.<br><br>Edit: fixed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Aug 10, 2011 4:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sydneybabe]]></name></author>
		<updated>2011-08-09T23:40:23-04:00</updated>

		<published>2011-08-09T23:40:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97370#p97370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97370#p97370"/>
		<title type="html"><![CDATA[how to start this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97370#p97370"><![CDATA[
Oops sorry sir the network is Dalnet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8947">Sydneybabe</a> — Tue Aug 09, 2011 11:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-08-09T03:19:33-04:00</updated>

		<published>2011-08-09T03:19:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97360#p97360</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97360#p97360"/>
		<title type="html"><![CDATA[how to start this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97360#p97360"><![CDATA[
You'll have to at least mention the network (or the server).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Aug 09, 2011 3:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sydneybabe]]></name></author>
		<updated>2011-08-09T02:34:33-04:00</updated>

		<published>2011-08-09T02:34:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97359#p97359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97359#p97359"/>
		<title type="html"><![CDATA[how to start this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97359#p97359"><![CDATA[
on join whois the user if nick is registered..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8947">Sydneybabe</a> — Tue Aug 09, 2011 2:34 am</p><hr />
]]></content>
	</entry>
	</feed>
