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

	<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-04-12T10:25:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-12T10:25:13-04:00</updated>

		<published>2005-04-12T10:25:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48057#p48057</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48057#p48057"/>
		<title type="html"><![CDATA[nslookup bug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48057#p48057"><![CDATA[
then set the variable &gt;&lt;<br>are triing to make a fool out of you?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Apr 12, 2005 10:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jsilvestre]]></name></author>
		<updated>2005-04-12T10:01:29-04:00</updated>

		<published>2005-04-12T10:01:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48053#p48053</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48053#p48053"/>
		<title type="html"><![CDATA[nslookup bug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48053#p48053"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !nsl pub_nslookupbind msg - !nsl msg_nslookupbind pub - !dns pub_nslookupbind msg - !dns msg_nslookupbind pub - !nslookup pub_nslookupbind msg - !nslookup msg_nslookupproc pub_nslookup {nick uhost hand chan arg} {  global nsl_path  set input [open "|$nsl_path $arg" r]  while {![eof $input]} {    catch {set contents [gets $input]}    if {[string first "Name:" $contents] &gt;= 0} {      set name [string range $contents 9 end]    }    if {[string first "Address:" $contents] &gt;= 0} {      set address [string range $contents 10 end]    }  }  catch {close $input}  if {![info exists name]} {    putserv "PRIVMSG $chan :DNS Lookup: Unable to resolve address."    return 0  }  if {$name != ""} {    putserv "PRIVMSG $chan :DNS Lookup: $name &lt;-&gt; $address"    return 0  } else {    putserv "PRIVMSG $chan :DNS Lookup: Unable to resolve address."    return 0  }} </code></pre></div><br><div class="codebox"><p>Code: </p><pre><code>[14:59] &lt;teste&gt; [16:01] Tcl error [pub_nslookup]: can't read "nsl_path": no such variable</code></pre></div><br><div class="codebox"><p>Code: </p><pre><code>[15:00] &lt;made_of_storm&gt; .set errorInfo[15:00] &lt;teste&gt; [16:03] tcl: builtin dcc call: *dcc:set made_of_storm 9 errorInfo[15:00] &lt;teste&gt; [16:03] #made_of_storm# set errorInfo[15:00] &lt;teste&gt; Currently: can't read "nsl_path": no such variable[15:00] &lt;teste&gt; Currently:     while executing[15:00] &lt;teste&gt; Currently: "open "|$nsl_path $arg" r"[15:00] &lt;teste&gt; Currently:     (procedure "pub_nslookup" line 3)[15:00] &lt;teste&gt; Currently:     invoked from within[15:00] &lt;teste&gt; Currently: "pub_nslookup $_pub1 $_pub2 $_pub3 $_pub4 $_pub5"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6034">jsilvestre</a> — Tue Apr 12, 2005 10:01 am</p><hr />
]]></content>
	</entry>
	</feed>
