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

	<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-11-16T17:23:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-16T17:23:17-04:00</updated>

		<published>2005-11-16T17:23:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57510#p57510</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57510#p57510"/>
		<title type="html"><![CDATA[Eggdrop and IRC Name]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57510#p57510"><![CDATA[
Or you can get the name from nickserv's reply, the name would be <strong class="text-strong">[join [lrange [split $text] 2 end]]</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Nov 16, 2005 5:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2005-11-16T16:46:19-04:00</updated>

		<published>2005-11-16T16:46:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57508#p57508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57508#p57508"/>
		<title type="html"><![CDATA[Eggdrop and IRC Name]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57508#p57508"><![CDATA[
Thanks, ill give it a go <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=1195">Weirdo</a> — Wed Nov 16, 2005 4:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2005-11-16T16:39:18-04:00</updated>

		<published>2005-11-16T16:39:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57507#p57507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57507#p57507"/>
		<title type="html"><![CDATA[Eggdrop and IRC Name]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57507#p57507"><![CDATA[
I'm not sure if it will be the same on your network, but on IRCnet and probably all other similiar ircds you can get irc name by doing WHOIS on that user. You'll have something like this as an answer to 'WHOIS B':<br>":open.pl.ircnet.net 311 A B arcain flirt.wirefame.net * :Grabowski Krzysztof"<br><br>Last argument, after ':' is an irc name. All you have to do is to WHOIS that user and bind raw on 311 reply, then parse receiver data properly.<br><div class="codebox"><p>Code: </p><pre><code>bind RAW - 311 whois:replyproc whois:reply { from name arg } {  set realname [string range [lrange $arg 5 end] 1 end]    [...your code here...]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Nov 16, 2005 4:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2005-11-16T07:16:06-04:00</updated>

		<published>2005-11-16T07:16:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57491#p57491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57491#p57491"/>
		<title type="html"><![CDATA[Eggdrop and IRC Name]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57491#p57491"><![CDATA[
Quick Question. <br><br>Is there a way for eggdrop to get the irc name (Real Name) of a user as shown in their info? Basically i have a user who keep opping a bot that he owns. It happens to be a protection bot, which shares his hostname, and nickname. The only difference between them is the IRC Name. <br><br>If i ask nickserv i can get this:<br><br>[11:08:55] -&gt; -nickserv- info Natsuki-Chan<br>[11:08:58] Private: -NickServ- Natsuki-Chan is Natsuki - Owned by Weirdo<br><br>Where it gives &lt;nick&gt; is  &lt;irc name&gt; on the first line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Wed Nov 16, 2005 7:16 am</p><hr />
]]></content>
	</entry>
	</feed>
