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

	<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>2016-04-26T00:23:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2016-04-26T00:23:58-04:00</updated>

		<published>2016-04-26T00:23:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104936#p104936</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104936#p104936"/>
		<title type="html"><![CDATA[Re: help in dns for I_strike]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104936#p104936"><![CDATA[
Solved! <br><div class="codebox"><p>Code: </p><pre><code>#--------------------------------------------------------------------------# !Dns Version v3.1.5 by I_strike - Updated by Arnold_X-P my nicks in DALnet Arnold_X-P &amp; sedition# email: urquizoandrade@gmail.com /server irc.dal.net #tcls #lapaz# Commands:# !dns &lt;adresse/host&gt;# !User@host &lt;nick&gt;# !dnsnick &lt;nick&gt;# !amsg &lt;message&gt;# !ame &lt;message&gt;# !dnsver#-------------------------------------------------------# SET THE CHARACTER THAT WILL BE USED BEFORE PUBLIC QUERRIES# EXAMPLE: "#" =&gt; #seen, #op .... DEFAULT: "!"set dnshost(cmdchar) "!"#-----------------please don't CHANGE ANY OF THE FOLLOWING LINES----------------------bind pub - [string trim $dnshost(cmdchar)]dns dns:resbind pub n|n [string trim $dnshost(cmdchar)]amsg pub:amsgbind pub n|n [string trim $dnshost(cmdchar)]ame pub:amebind pub - [string trim $dnshost(cmdchar)]whois pub:hostbind pub - [string trim $dnshost(cmdchar)]dnsver pub:verbind pub - [string trim $dnshost(cmdchar)]dnsnick dns:nickbind raw - 311 raw:hostbind raw - 401 raw:failset dns_chan ""set dns_host ""set dns_nick ""set dns_bynick ""proc pub:host {nick uhost hand chan arg} { global dns_chan set dns_chan "$chan" putserv "WHOIS [lindex $arg 0]"}proc raw:host {from signal arg} { global dns_chan dns_nick dns_host dns_bynick set dns_nick "[lindex $arg 1]" set dns_host "*!*[lindex $arg 2]@[lindex $arg 3]" foreach dns_say $dns_chan { putserv "PRIVMSG $dns_say :User@host \2$dns_nick\2 is \2$dns_host\2" } if {$dns_bynick == "oui"} { set hostip [split [lindex $arg 3] ] dnslookup $hostip resolve_rep $dns_chan $hostipset dns_bynick "non" }}proc raw:fail {from keyword text} { global dns_chan if {[info exists dns_chan]} { set offnick [lindex [split $text] 1] putserv "PRIVMSG $dns_chan :\2$offnick\2 No such nick." unset -nocomplain -- dns_chan ;  }} proc pub:ver {nick uhost hand chan text} { putserv "PRIVMSG $chan :\2Dns\2 Resolver \2v3.1.5 by I_strike\2..Updated by \2Arnold_X-P\2 dalnet" }proc pub:ame {nick uhost hand chan rest} {set arg "[lrange $rest 0 end]"foreach ame [channels] { puthelp "PRIVMSG $ame :\001ACTION $rest\001" }return 0 }proc pub:amsg {nick uhost hand chan rest} {set rest "[lrange $rest 0 end]"foreach amsg [channels] { puthelp "PRIVMSG $amsg :$rest" }return 0 }proc dns:res {nick uhost hand chan text} {global dnshost if {$text == ""} { puthelp "privmsg $chan :Syntax: \2[string trim $dnshost(cmdchar)]dns &lt;host or ip&gt;\2" } else {set hostip [split $text] dnslookup $hostip resolve_rep $chan $hostip }}proc dns:nick {nick uhost hand chan arg} {global dns_chan dns_bynick dnshost if {$arg == ""} { puthelp "privmsg $chan :Syntax: \2[string trim $dnshost(cmdchar)]dnsnick &lt;nick&gt;\2" } else {set dns_chan "$chan" set dns_bynick "oui" putserv "WHOIS [lindex $arg 0]" -next  }}proc resolve_rep {ip host status chan hostip} {if {!$status} {puthelp "privmsg $chan :Unable to resolve \2$hostip\2" -next } elseif {[regexp -nocase -- $ip $hostip]} { puthelp "privmsg $chan :\2$ip\2 resolve \2$host\2" -next} else { puthelp "privmsg $chan :\2$host\2 resolve \2$ip\2" -next }}putlog "Dns Resolver v3.1.5 by I_strike Loaded ..Updated by Arnold_X-P dalnet"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Tue Apr 26, 2016 12:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2016-04-26T00:16:06-04:00</updated>

		<published>2016-04-26T00:08:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104934#p104934</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104934#p104934"/>
		<title type="html"><![CDATA[Re: help in dns for I_strike]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104934#p104934"><![CDATA[
testing options and variants..............................<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Tue Apr 26, 2016 12:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2016-03-17T21:28:57-04:00</updated>

		<published>2016-03-17T21:28:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104821#p104821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104821#p104821"/>
		<title type="html"><![CDATA[help in dns for I_strike]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104821#p104821"><![CDATA[
tcl errors detected in the dns<br>   It takes too long to solve<br>and there is an error when I ask dns a nickname that is not online channel and throws as well follows the same mistake<br>  someone please help me to resolve the error: &lt;@JulieThy&gt; #santacruz: No such nick  ?? please      <div class="codebox"><p>Code: </p><pre><code>[10:47] &lt;ddr&gt; !dnsnick der[10:47] &lt;@JulieThy&gt; der: No such nick[10:48] &lt;ddr&gt; !dnsnick dmd[10:48] &lt;@JulieThy&gt; User@host dmd is *!*znfly@computer.com[10:49] &lt;@JulieThy&gt; Unable to resolve computer.com[10:55] &lt;@JulieThy&gt; #santacruz: No such nick[12:08] &lt;@JulieThy&gt; #santacruz: No such nick[12:16] &lt;@JulieThy&gt; #santacruz: No such nick[12:24] &lt;@JulieThy&gt; #santacruz: No such nick[12:32] &lt;@JulieThy&gt; #santacruz: No such nick[12:40] &lt;@JulieThy&gt; #santacruz: No such nick[12:48] &lt;@JulieThy&gt; #santacruz: No such nick[12:56] &lt;@JulieThy&gt; #santacruz: No such nick[13:04] &lt;@JulieThy&gt; #santacruz: No such nick[13:12] &lt;@JulieThy&gt; #santacruz: No such nick[13:20] &lt;@JulieThy&gt; #santacruz: No such nick[13:28] &lt;@JulieThy&gt; #santacruz: No such nick[13:36] &lt;@JulieThy&gt; #santacruz: No such nick</code></pre></div><div class="codebox"><p>Code: </p><pre><code>set dnshost(cmdchar) "!"#-----------------please don't CHANGE ANY OF THE FOLLOWING LINES----------------------bind pub - [string trim $dnshost(cmdchar)]dns dns:resbind pub n|n [string trim $dnshost(cmdchar)]amsg pub:amsgbind pub n|n [string trim $dnshost(cmdchar)]ame pub:amebind pub - [string trim $dnshost(cmdchar)]whois pub:hostbind pub - [string trim $dnshost(cmdchar)]dnsver pub:verbind pub - [string trim $dnshost(cmdchar)]dnsnick dns:nickbind raw * 311 raw:hostbind raw * 401 raw:failset dns_chan ""set dns_host ""set dns_nick ""set dns_bynick ""proc pub:host {nick uhost hand chan arg} {global dns_chanset dns_chan "$chan"putserv "WHOIS [lindex $arg 0]"}proc raw:host {from signal arg} {global dns_chan dns_nick dns_host dns_bynickset dns_nick "[lindex $arg 1]"set dns_host "*!*[lindex $arg 2]@[lindex $arg 3]"foreach dns_say $dns_chan { puthelp "PRIVMSG $dns_say :User@host $dns_nick is $dns_host" }if {$dns_bynick == "oui"} {                set hostip [split [lindex $arg 3] ]                dnslookup $hostip resolve_rep $dns_chan $hostip                set dns_bynick "non"}}proc raw:fail {from signal text} {global dns_chanset offnick "[lindex $text 1]"foreach dns_say $dns_chan { putserv "PRIVMSG $dns_say :\037\002$offnick\017: No such nick" }return 0}proc pub:ver {nick uhost hand chan text} {putserv "PRIVMSG $chan : Dns Resolver 3.1 by I_strike"}proc pub:ame {nick uhost hand chan rest} {set arg "[lrange $rest 0 end]"foreach ame [channels] { puthelp "PRIVMSG $ame :\001ACTION $rest\001" }return 0}proc pub:amsg {nick uhost hand chan rest} {set rest "[lrange $rest 0 end]"foreach amsg [channels] { puthelp "PRIVMSG $amsg :$rest" }return 0}proc dns:res {nick uhost hand chan text} {global dnshost if {$text == ""} {            puthelp "privmsg $chan :Syntax: [string trim $dnshost(cmdchar)]dns &lt;host or ip&gt;"        } else {                set hostip [split $text]                dnslookup $hostip resolve_rep $chan $hostip        }}proc dns:nick {nick uhost hand chan arg} {global dns_chan dns_bynick dnshost if {$arg == ""} { puthelp "privmsg $chan :Syntax: [string trim $dnshost(cmdchar)]dnsnick &lt;nick&gt;"        } else {set dns_chan "$chan"set dns_bynick "oui"putserv "WHOIS [lindex $arg 0]"        }}proc resolve_rep {ip host status chan hostip} {        if {!$status} {                puthelp "privmsg $chan :Unable to resolve $hostip"        } elseif {[regexp -nocase -- $ip $hostip]} {                puthelp "privmsg $chan :$ip resolve $host"        } else {                puthelp "privmsg $chan :$host resolve $ip"        }}putlog "Dns Resolver 1.0 by straice Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Thu Mar 17, 2016 9:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
