From 946e1ce29923feaf5fe31af456009df1829130d9 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 4 Aug 2011 07:22:16 +0200 Subject: [PATCH] it seems that $host can't be "::0"... i'll check this later --- Bots/MCBot.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1