From f3909e00ddeb4f248bbcde412910eaf5038f0ae7 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 28 Jul 2011 11:02:46 +0200 Subject: [PATCH] test our new IP Parser ;) --- Bots/IPv6.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1