From: pk910 Date: Thu, 4 Aug 2011 05:22:16 +0000 (+0200) Subject: it seems that $host can't be "::0"... i'll check this later X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=commitdiff_plain;h=946e1ce29923feaf5fe31af456009df1829130d9 it seems that $host can't be "::0"... i'll check this later --- 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);