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

	<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>2009-03-19T18:52:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-19T18:52:30-04:00</updated>

		<published>2009-03-19T18:52:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87961#p87961</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87961#p87961"/>
		<title type="html"><![CDATA[drag ip from nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87961#p87961"><![CDATA[
The 378 numeric response is not a standardized numeric, and is conflicting across different irc networks. You would have to be very cautious to check that this numeric is supported in this manner for your irc network.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Mar 19, 2009 6:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[c0re]]></name></author>
		<updated>2009-03-19T18:41:56-04:00</updated>

		<published>2009-03-19T18:41:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87960#p87960</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87960#p87960"/>
		<title type="html"><![CDATA[drag ip from nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87960#p87960"><![CDATA[
your bot must be oper to see the real ip<br><br> rAw<strong class="text-strong">(378)</strong> MoarBOT is connecting from *@67.220.75.77 67.220.75.77<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10429">c0re</a> — Thu Mar 19, 2009 6:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2009-03-19T12:48:38-04:00</updated>

		<published>2009-03-19T12:48:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87955#p87955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87955#p87955"/>
		<title type="html"><![CDATA[drag ip from nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87955#p87955"><![CDATA[
but, most irc networks cloak the real host of their users, so it might not work like that...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Thu Mar 19, 2009 12:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-03-17T15:33:06-04:00</updated>

		<published>2009-03-17T15:33:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87918#p87918</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87918#p87918"/>
		<title type="html"><![CDATA[drag ip from nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87918#p87918"><![CDATA[
Use the Eggdrop Tcl command<br><br>getchanhost &lt;nick&gt;<br><br>It returns user@host so you would then have to split at the @ character <br><br>set host [lindex [split [getchanhost $nick] @] 1]<br><br>You could then use a regexp to test if the host is numeric, if not use dnslookup to convert hostname into a numeric ip.<br><br>It's a little more difficult than that because you would have to code the event of a hostname that will not dns resolve.<br><br>This works for nicks in a bot channel. For any nick it becomes even more difficult. You would have to send a network /whois and interpret the raw numeric response.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Tue Mar 17, 2009 3:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ultralord]]></name></author>
		<updated>2009-03-17T14:42:21-04:00</updated>

		<published>2009-03-17T14:42:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87917#p87917</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87917#p87917"/>
		<title type="html"><![CDATA[drag ip from nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87917#p87917"><![CDATA[
hello how i can drag the ip from one nick? not host the ip with number.. is that possible? <br><br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8360">ultralord</a> — Tue Mar 17, 2009 2:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
