X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FIPv6.class.php;h=34f1b5c860fca8a2d36988f260f64b0d8765cf3f;hp=52fe7d1493f81b1ef1322e7dc760d3aa050874c5;hb=f5697bd40b017e99b8eba03577e468ec9763d11e;hpb=3dc7ae00db996ad8ee2e8894de3019d83272156d diff --git a/Bots/IPv6.class.php b/Bots/IPv6.class.php index 52fe7d1..34f1b5c 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 = "fd00::C0CA:C01A:ADD5:11FE"; //coca cola adds life maybe someone undestands it :D - $host = $ip; + $ip = "0::0"; + $host = "fd00::C0CA:C01A:ADD5:11FE"; //coca cola adds life maybe someone undestands it :D $realname = "IPv6"; $modes = "ioknISD"; $this->ipv6 = $this->uplink->addUser($nick,$ident,$host,$ip,$modes,$realname);