it seems that $host can't be "::0"... i'll check this later
authorpk910 <philipp@zoelle1.de>
Thu, 4 Aug 2011 05:22:16 +0000 (07:22 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 4 Aug 2011 05:22:16 +0000 (07:22 +0200)
Bots/MCBot.class.php

index 1370d97416a3b7b37833973d83002411399e9a68..d7a4c80e58f11c740d8291cd593829bcc9952f6b 100644 (file)
@@ -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);