Another year is about to end... So we have to update these damn copyright information :P
[PHP-P10.git] / Bots / MCBot.class.php
index 1370d97416a3b7b37833973d83002411399e9a68..6d88ed31a79c5d835f8d7d8153701a7d4bd57080 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /******************************* PHP-P10 v2 *****************************
- * Copyright (C) 2011  Philipp Kreil (pk910)                            *
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)                       *
  *                                                                      *
  * This program is free software: you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -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);