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

	<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>2005-07-16T06:56:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-07-16T06:56:08-04:00</updated>

		<published>2005-07-16T06:56:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52578#p52578</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52578#p52578"/>
		<title type="html"><![CDATA[probleme with array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52578#p52578"><![CDATA[
Yes, raw 307 is not forced by anything. The output would be like:<br><div class="codebox"><p>Code: </p><pre><code>#raw 307:userips</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Jul 16, 2005 6:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-15T21:33:44-04:00</updated>

		<published>2005-07-15T21:33:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52550#p52550</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52550#p52550"/>
		<title type="html"><![CDATA[probleme with array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52550#p52550"><![CDATA[
is that the whole script? that 307 reply is not forced by anything<br><br>also, I can't believe it works at all, since the 307 handler proc is wrong<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jul 15, 2005 9:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-15T18:04:40-04:00</updated>

		<published>2005-07-15T18:04:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52544#p52544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52544#p52544"/>
		<title type="html"><![CDATA[probleme with array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52544#p52544"><![CDATA[
Try replacing the procregister proc with:<div class="codebox"><p>Code: </p><pre><code>proc procregister {nick host hand chan arg} {  global identify  set _nick [lindex $arg 0]  if ![string length $_nick] { set _nick $nick }  set identifi "no"  if {[info exists identify($_nick)] &amp;&amp; $identify($_nick) == "is a registered nick"} {  set identifi "yes" }  putserv "privmsg $chan :$identifi" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jul 15, 2005 6:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-07-15T17:48:19-04:00</updated>

		<published>2005-07-15T17:48:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52543#p52543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52543#p52543"/>
		<title type="html"><![CDATA[probleme with array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52543#p52543"><![CDATA[
Hello,<br><br>I have this script<div class="codebox"><p>Code: </p><pre><code>bind pub - !reg procregisterproc procregister {nick host hand chan arg} {global identify set _nick [lindex $arg 0]if ![string length $_nick] { set _nick $nick }if {![info exists identify]} {set identifi "no"}if {$identify($_nick) == "is a registered nick"} {set identifi "yes"}putserv "privmsg $chan : $identifi"} bind raw - 307 identify   proc identify {from key arg} {global identify set nickidentify [lindex [split $arg] 1]set identify($nickidentify) [lindex [split $arg :] 1]return 0}</code></pre></div>if is registered nick, it's ok.<br>But if  isn't registered nick, i have this error message: can't read "identify(lilo)": no such element in array.<br><br>Thanks in advance!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Fri Jul 15, 2005 5:48 pm</p><hr />
]]></content>
	</entry>
	</feed>
