X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Bots%2FIPv6.class.php;h=2d5bdb566894a9c0bdfb49edb7637b096d0a4373;hb=d1fc76f5af98ff28ca6405cc5d6f50a3bbf0ac9b;hp=44c79d7fdf9c6100acd58e20add9fd3c1c8ad038;hpb=f1a1066826a5cc04606cc12f0bd0b8e0383ca190;p=PHP-P10.git diff --git a/Bots/IPv6.class.php b/Bots/IPv6.class.php index 44c79d7..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,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);