From: pk910 Date: Thu, 28 Jul 2011 04:16:54 +0000 (+0200) Subject: workaround for broken ipv6 numeric builder X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=commitdiff_plain;h=f5697bd40b017e99b8eba03577e468ec9763d11e workaround for broken ipv6 numeric builder --- diff --git a/Bots/IPv6.class.php b/Bots/IPv6.class.php index 52fe7d1..34f1b5c 100644 --- a/Bots/IPv6.class.php +++ b/Bots/IPv6.class.php @@ -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);