workaround for broken ipv6 numeric builder
authorpk910 <philipp@zoelle1.de>
Thu, 28 Jul 2011 04:16:54 +0000 (06:16 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 28 Jul 2011 04:16:54 +0000 (06:16 +0200)
Bots/IPv6.class.php

index 52fe7d1493f81b1ef1322e7dc760d3aa050874c5..34f1b5c860fca8a2d36988f260f64b0d8765cf3f 100644 (file)
@@ -39,8 +39,8 @@ class {$_NAME} extends Bot {
                if(!$old) {
                        $nick = "IPv6";
                        $ident = "ipv6";
-                       $ip = "fd00::C0CA:C01A:ADD5:11FE"; //coca cola adds life   maybe someone undestands it :D
-                       $host = $ip;
+                       $ip = "0::0";
+                       $host = "fd00::C0CA:C01A:ADD5:11FE"; //coca cola adds life   maybe someone undestands it :D
                        $realname = "IPv6";
                        $modes = "ioknISD";
                        $this->ipv6 = $this->uplink->addUser($nick,$ident,$host,$ip,$modes,$realname);