X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FIPv6.class.php;h=166dc8d5aa27f6f5df2db7c9d30191ab95bbea73;hp=44c79d7fdf9c6100acd58e20add9fd3c1c8ad038;hb=f3909e00ddeb4f248bbcde412910eaf5038f0ae7;hpb=7fcecdafa29b6fee35d4d84534b3f74bfbd0d39d 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);