X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FMCBot.class.php;h=d7a4c80e58f11c740d8291cd593829bcc9952f6b;hp=1370d97416a3b7b37833973d83002411399e9a68;hb=946e1ce29923feaf5fe31af456009df1829130d9;hpb=d4c87d18a15476cf935e16ed73247c8f0ed6416a diff --git a/Bots/MCBot.class.php b/Bots/MCBot.class.php index 1370d97..d7a4c80 100644 --- a/Bots/MCBot.class.php +++ b/Bots/MCBot.class.php @@ -32,8 +32,8 @@ class {$_NAME} extends Bot { if(!$old) { $nick = "MCBot"; $ident = "mcbot"; - $ip = "::0"; //coca cola adds life maybe someone undestands it :D - $host = $ip; + $ip = "0::0"; + $host = "Services.WebGamesNet.net"; $realname = "MineCraft Bot"; $modes = "ioknISD"; $this->mcbot = $this->uplink->addUser($nick,$ident,$host,$ip,$modes,$realname);