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

	<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>2011-06-15T11:21:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[uffs]]></name></author>
		<updated>2011-06-15T11:21:01-04:00</updated>

		<published>2011-06-15T11:21:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97026#p97026</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97026#p97026"/>
		<title type="html"><![CDATA[pub_nslookup 2.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97026#p97026"><![CDATA[
wow, after 2 years  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Shocked"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9870">uffs</a> — Wed Jun 15, 2011 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rileyil77]]></name></author>
		<updated>2011-06-05T18:19:11-04:00</updated>

		<published>2011-06-05T18:19:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96983#p96983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96983#p96983"/>
		<title type="html"><![CDATA[pub_nslookup 2.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96983#p96983"><![CDATA[
Sorry, I didn't even remember writing this post. Is this a TCL script, TCL_no_TK?  If so, cool, I'll copy it into a TCL, if not I guess it would go into the bots config file right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6711">rileyil77</a> — Sun Jun 05, 2011 6:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-02-06T11:34:09-04:00</updated>

		<published>2009-02-06T11:34:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87257#p87257</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87257#p87257"/>
		<title type="html"><![CDATA[pub_nslookup 2.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87257#p87257"><![CDATA[
This can be done without the use of nslookup, using eggdrop's built in dnslookup command. My <em class="text-italics">Example</em> would be something like this:  <div class="codebox"><p>Code: </p><pre><code>bind pub o|o !host host:pubproc host:pub {nick host handle channel text} { global host  set addy [lindex [split $text] 0]  set host "$channel"  dnslookup $addy host:display  return}proc host:display {ipaddress hostname status} { global host  if {($ipaddress == "") || ([string match "0.*" "$ipaddress"])} {   puthelp "PRIVMSG $host :Unable to resolve $hostname"   return  } else {   puthelp "PRIVMSG $host :\002$hostname\002 has the IP Address \002$ipaddress\002"   return }}set host ""</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Fri Feb 06, 2009 11:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rileyil77]]></name></author>
		<updated>2009-02-06T10:18:59-04:00</updated>

		<published>2009-02-06T10:18:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87255#p87255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87255#p87255"/>
		<title type="html"><![CDATA[pub_nslookup 2.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87255#p87255"><![CDATA[
pub_nslookup 2.1 TCL doesn't work with WinDrop...  When I do the command:<br><br>!dns someisp.com<br><br>The Party Line comes back and says:<br><br> Tcl error [pub_nslookup]: couldn't create error file for command: no such file or directory.<br><br>I found the NSLOOKUP.EXE under WinXP Professional was in c:\windows\system32<br><br>I edited the path in script to c:\windows\system32 and got the same error...  Is there a fix or TCL script for WinDrops that do the samething as  pub_nslookup 2.1?  Thanks in advanced.  If you need more information just let me know.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6711">rileyil77</a> — Fri Feb 06, 2009 10:18 am</p><hr />
]]></content>
	</entry>
	</feed>
