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

	<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-06-30T02:58:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-06-30T02:58:45-04:00</updated>

		<published>2005-06-30T02:58:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51542#p51542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51542#p51542"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51542#p51542"><![CDATA[
Sometimes nicks are sqlined also. You might want to add an if statement for those also, which is in between registered and un-registered.<br><blockquote class="uncited"><div>-NickServ- The nickname <strong class="text-strong">adminstrator</strong> cannot be registered.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jun 30, 2005 2:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-29T20:23:39-04:00</updated>

		<published>2005-06-29T20:23:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51533#p51533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51533#p51533"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51533#p51533"><![CDATA[
Whereas DALnet uses 3, 2 &amp; 0. Other Networks services have their own way of informing if a Nick is registered or not; for some the information isn't even available. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jun 29, 2005 8:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tessa1]]></name></author>
		<updated>2005-06-29T17:11:13-04:00</updated>

		<published>2005-06-29T17:11:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51527#p51527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51527#p51527"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51527#p51527"><![CDATA[
becauce only "1" "3" can trigger the registerdate of the user ---&gt; in my code &lt;--- <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6110">tessa1</a> — Wed Jun 29, 2005 5:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-29T14:53:38-04:00</updated>

		<published>2005-06-29T14:53:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51525#p51525</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51525#p51525"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51525#p51525"><![CDATA[
<blockquote class="uncited"><div>It's better to use:<br><div class="codebox"><p>Code: </p><pre><code>if {([string match -nocase "*$zop(infonick) 3*" $text])} </code></pre></div><br>becauce only "1" "3" can trigger the registerdate of the user in my code  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>Did I mention DALnet version?<blockquote class="uncited"><div>-NickServ- Alchera ACC 3</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jun 29, 2005 2:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tessa1]]></name></author>
		<updated>2005-06-29T14:10:24-04:00</updated>

		<published>2005-06-29T14:10:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51523#p51523</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51523#p51523"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51523#p51523"><![CDATA[
It's better to use:<br><div class="codebox"><p>Code: </p><pre><code>if {([string match -nocase "*$zop(infonick) 3*" $text])} </code></pre></div><br>becauce only "1" "3" can trigger the registerdate of the user in my code  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6110">tessa1</a> — Wed Jun 29, 2005 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-28T18:45:16-04:00</updated>

		<published>2005-06-28T18:45:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51483#p51483</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51483#p51483"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51483#p51483"><![CDATA[
the bind notc can be outside the proc as well since it's useless to bind it everytime zop:whoid is triggered.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jun 28, 2005 6:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-28T21:04:03-04:00</updated>

		<published>2005-06-28T16:14:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51482#p51482</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51482#p51482"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51482#p51482"><![CDATA[
Here's a DALnet version of the above script:<div class="codebox"><p>Code: </p><pre><code>set zop(infochan) "#AnyChan"bind notc - "*" nfo:usrbind pub f|f !whoid zop:whoidproc zop:whoid {nick host hand chan arg} {  global zop  if {![string equal $chan $zop(infochan)]} {   return 0  }  set zop(infonick) [lindex [split $arg] 0]  if {$zop(infonick) == ""} {   putquick "NOTICE $nick :Syntax: !whoid &lt;Nick&gt;"   return 0  }   putquick "PRIVMSG nickserv@services.dal.net :acc $zop(infonick)"  }proc nfo:usr {nick host hand text {dest ""}} {global zop botnick  set trigger [string tolower [lindex [split $text] 1]]  set acclev [string tolower [lindex [split $text] 2]]    if {!($trigger == "acc")} {return}    if {($acclev == "3")} {putquick "PRIVMSG $zop(infochan) :$zop(infonick) is registered and identified";return}    if {($acclev == "2")} {putquick "PRIVMSG $zop(infochan) :$zop(infonick) is registered but not identified";return}    if {($acclev == "0")} {putquick "PRIVMSG $zop(infochan) :$zop(infonick) isn't registered.";return}}</code></pre></div>***<strong class="text-strong">Edited</strong>***<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jun 28, 2005 4:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-28T14:21:21-04:00</updated>

		<published>2005-06-28T14:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51475#p51475</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51475#p51475"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51475#p51475"><![CDATA[
<blockquote class="uncited"><div>I just checked and its <span style="text-decoration:underline">official</span> I am all out of medals to give you..!!</div></blockquote>Congrats tessa1, you have done what many seem not to do; went and searched for a solution. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> <br><br><span style="color:brown">* Alchera has a spare medal</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jun 28, 2005 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-06-28T12:35:24-04:00</updated>

		<published>2005-06-28T12:35:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51471#p51471</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51471#p51471"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51471#p51471"><![CDATA[
I just checked and its <span style="text-decoration:underline">official</span> I am all out of medals to give you..!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Jun 28, 2005 12:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tessa1]]></name></author>
		<updated>2005-06-28T11:59:22-04:00</updated>

		<published>2005-06-28T11:59:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51468#p51468</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51468#p51468"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51468#p51468"><![CDATA[
I solved the Problem:<br><div class="codebox"><p>Code: </p><pre><code>set zop(infochan) "#AnyChan"bind pub -|- !whoid    zop:whoidproc zop:whoid {nick host hand chan arg} {  global zop  if {![string equal $chan $zop(infochan)]} {   return 0  }  set zop(infonick) [lindex [split $arg] 0]  if {$zop(infonick) == ""} {   putquick "NOTICE $nick :Syntax: !whoid &lt;Nick&gt;"   return 0  }   bind notc - "*"          nfo:usr   putquick "PRIVMSG nickserv :info $zop(infonick)"   putquick "PRIVMSG nickserv :status $zop(infonick)"  }proc nfo:usr {nick host hand text {dest ""}} {global zop botnickset from "$nick!$host"  if {([string match -nocase "*Registriert seit:*" $text]) &amp;&amp; ([string match -nocase "*3*" $text]) &amp;&amp; ([string match -nocase "NickServ!Services@Any-IRC.net" $from])} {  putquick "PRIVMSG $zop(infochan) :$zop(infonick) is registered and identifyed"  return 0 }  if {([string match -nocase "*Registriert seit:*" $text]) &amp;&amp; ([string match -nocase "*1*" $text]) &amp;&amp; ([string match -nocase "NickServ!Services@Any-IRC.net" $from])} {  putquick "PRIVMSG $zop(infochan) :$zop(infonick) is registered but not identifyed"  return 0 }  if {([string match -nocase "*ist nicht registriert*" $text]) &amp;&amp; ([string match -nocase "NickServ!Services@Any-IRC.net" $from])} {  putquick "PRIVMSG $zop(infochan) :$zop(infonick) isn't registered."    return 0   }  }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6110">tessa1</a> — Tue Jun 28, 2005 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-28T11:00:24-04:00</updated>

		<published>2005-06-28T11:00:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51462#p51462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51462#p51462"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51462#p51462"><![CDATA[
what about it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jun 28, 2005 11:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tessa1]]></name></author>
		<updated>2005-06-28T10:43:51-04:00</updated>

		<published>2005-06-28T10:43:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51460#p51460</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51460#p51460"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51460#p51460"><![CDATA[
mhhh...what about Nickserv status &amp;&amp; nickserv info?<br><br>that's maybe possible I think  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6110">tessa1</a> — Tue Jun 28, 2005 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-27T21:10:36-04:00</updated>

		<published>2005-06-27T21:10:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51449#p51449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51449#p51449"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51449#p51449"><![CDATA[
or maybe not that surprisingly, otherwise mIRC wouldn't be able to display that with its own description but rather settle for the raw numeric reply coming from the server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jun 27, 2005 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-27T21:07:08-04:00</updated>

		<published>2005-06-27T21:07:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51448#p51448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51448#p51448"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51448#p51448"><![CDATA[
hmm RFC1459 doesn't specify such kind of stuff (registered/services related, there is no notion of nick/channel ownership in IRC protocol specification)<br><br>however, (surprisingly enough,) Unreal defines the same numeric for that purpose (307) as bahamut does <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jun 27, 2005 9:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-27T18:55:49-04:00</updated>

		<published>2005-06-27T18:55:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51443#p51443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51443#p51443"/>
		<title type="html"><![CDATA[registered or not registered?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51443#p51443"><![CDATA[
<blockquote class="uncited"><div>307  (rfc1459) RPL_WHOISREGNICK</div></blockquote>If there's no further response, and I have the time, I'll post the code that uses that RAW. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Jun 27, 2005 6:55 pm</p><hr />
]]></content>
	</entry>
	</feed>
