From: pk910 Date: Thu, 28 Jul 2011 09:02:46 +0000 (+0200) Subject: test our new IP Parser ;) X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=commitdiff_plain;h=f3909e00ddeb4f248bbcde412910eaf5038f0ae7 test our new IP Parser ;) --- diff --git a/Bots/IPv6.class.php b/Bots/IPv6.class.php index 44c79d7..166dc8d 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 = "0::0"; - $host = "fd00::C0CA:C01A:ADD5:11FE"; //coca cola adds life maybe someone undestands it :D + $ip = "fd00::C0CA:C01A:ADD5:11FE"; //coca cola adds life maybe someone undestands it :D + $host = $ip; $realname = "IPv6"; $modes = "ioknISD"; $this->ipv6 = $this->uplink->addUser($nick,$ident,$host,$ip,$modes,$realname);