From a0fc70c3cd7ba3af81ea8a63b1f9fda4c7560594 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 28 Jul 2011 11:40:19 +0200 Subject: [PATCH] fixed header of IPv6.class.php --- Bots/IPv6.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bots/IPv6.class.php b/Bots/IPv6.class.php index 166dc8d..2d5bdb5 100644 --- a/Bots/IPv6.class.php +++ b/Bots/IPv6.class.php @@ -20,9 +20,9 @@ * * ************************************************************************ * - * Bots/ModManager.class.php + * Bots/IPv6.class.php * - * module manager bot... + * IPv6 bot... * */ @@ -39,7 +39,7 @@ 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 + $ip = "fd00::c0ca:c01a:add5:11fe"; //coca cola adds life maybe someone undestands it :D $host = $ip; $realname = "IPv6"; $modes = "ioknISD"; -- 2.20.1