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

	<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>2004-04-27T03:45:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-04-27T03:45:36-04:00</updated>

		<published>2004-04-27T03:45:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35872#p35872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35872#p35872"/>
		<title type="html"><![CDATA[Ipv6 resolver script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35872#p35872"><![CDATA[
Thanks, you helped me a lot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Tue Apr 27, 2004 3:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-04-26T19:23:06-04:00</updated>

		<published>2004-04-26T19:23:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35861#p35861</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35861#p35861"/>
		<title type="html"><![CDATA[Ipv6 resolver script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35861#p35861"><![CDATA[
From my ipv6dns.tcl (@ <a href="http://www.tclscript.com" class="postlink">www.tclscript.com</a> ), here is a proc to change to nibble format... It was done a long time ago, so some optimizations could probably be made, but it works fine..<br><div class="codebox"><p>Code: </p><pre><code>proc ipv6tonibble {ip {type "int"}} {  set newip ""  set nlist ""  set mlist [split $ip ":"]  foreach element $mlist {    if {[string trim $element] == ""} {      set totzeros [expr 8 - [llength $mlist]]      for {set i 0} {$i &lt;= $totzeros} {incr i} {        lappend nlist 0      }    } else {      lappend nlist $element    }  }  for {set i [expr [llength $nlist] - 1]} {$i &gt;= 0} {incr i -1} {    set seg [lindex $nlist $i]    for {set j 0} {$j &lt; 4} {incr j} {      if {$seg != ""} {        append newip "[string index $seg [expr [string length $seg] - 1]]."        if {[string length $seg] &gt; 1} {          set seg [string range $seg 0 [expr [string length $seg] - 2]]        } else {          set seg ""        }      } else {        append newip "0."      }    }  }  append newip "ip6.$type"  return $newip}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon Apr 26, 2004 7:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-04-26T16:28:36-04:00</updated>

		<published>2004-04-26T16:28:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35858#p35858</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35858#p35858"/>
		<title type="html"><![CDATA[Ipv6 resolver script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35858#p35858"><![CDATA[
Anyone has scripts that doing that:<blockquote class="uncited"><div>(Xpert) !ipv6 2001:618:400:bf69::63<br>(eggush) 2001<img alt=":0618:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/618.svg">0400:BF69:0000:0000:0000:0063 PTR RECORD 3.6.0.0.0.0.0.0.0.0.0.0.0.0.0.0.9.6.f.b.0.0.4.0.8.1.6.0.1.0.0.2.ip6.arpa</div></blockquote>Thanks <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=4667">Xpert</a> — Mon Apr 26, 2004 4:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
