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

	<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>2010-09-15T05:36:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2010-09-15T05:36:39-04:00</updated>

		<published>2010-09-15T05:36:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94390#p94390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94390#p94390"/>
		<title type="html"><![CDATA[Getting value &quot;Username&quot; of nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94390#p94390"><![CDATA[
Thanks man <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=10812">neoclust</a> — Wed Sep 15, 2010 5:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-09-14T20:58:54-04:00</updated>

		<published>2010-09-14T20:58:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94389#p94389</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94389#p94389"/>
		<title type="html"><![CDATA[Getting value &quot;Username&quot; of nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94389#p94389"><![CDATA[
Here is an example...  I tried it with a test bot, on Undernet, and it seemed to work ok.<br>However, there are many on this forum with a lot of experience.  It would be interesting for them to comment with improvements, etc.<br><br>Try it with:    !undernetwhois &lt;nick&gt;<div class="codebox"><p>Code: </p><pre><code>bind pub - !undernetwhois unetwhoisproc unetwhois {nick uhost handle chan text} {global workingchanset workingchan $chanbind raw - 330 330procbind raw - 318 318procputserv "whois [lindex [split $text] 0]"}proc 330proc {from keyword text} {global workingchan loggedinasset loggedinas [lindex [split $text] 2]putserv "privmsg $workingchan : That user is logged in as $loggedinas"unbind raw -|- 330 330proc}proc 318proc {from keyword text} {global workingchanputserv "privmsg $workingchan : [lrange [split $text] 2 end]"unbind raw -|- 318 318procunbind raw -|- 330 330proc}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Sep 14, 2010 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2010-09-14T19:56:22-04:00</updated>

		<published>2010-09-14T19:56:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94387#p94387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94387#p94387"/>
		<title type="html"><![CDATA[Getting value &quot;Username&quot; of nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94387#p94387"><![CDATA[
Hello i'm using this code but the bot he doenst respond u have an idea plz !<br><div class="codebox"><p>Code: </p><pre><code>bind join - * vipproc vip { nick uhost hand chan } {       bind raw  - 307 Username:checkputhelp "whois $nick"}proc Username:check {from kw text} {   set nick [lindex $arg 1]   set vip [lindex $text 4]   set startuser [lsearch -glob [split $vip] as*]; incr startuser    set username [join [lrange [split $vip] $startuser end]]    putlog "Username for $nick = $username"return 0}putlog "whois.tcl chargé"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Tue Sep 14, 2010 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2010-09-14T16:28:23-04:00</updated>

		<published>2010-09-14T16:28:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94384#p94384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94384#p94384"/>
		<title type="html"><![CDATA[Getting value &quot;Username&quot; of nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94384#p94384"><![CDATA[
<blockquote class="uncited"><div>Eggy is ~<a href="mailto:eggy@host.us">eggy@host.us</a> * Eggdrop<br>Eggy on +#tcl<br>Eggy using *.undernet.org The Undernet Underworld<br>Eggy is logged in as <span style="color:red"><strong class="text-strong">Eggdrop</strong></span><br>Eggy End of /WHOIS list.</div></blockquote>how I can get the username of that nick plz thanks.[/b]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Tue Sep 14, 2010 4:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
