Пример #1
0
 /**
  * Loads the default config and connects the servers
  */
 public function __construct()
 {
     include "config.php";
     ConnectionManager::registerServer($IrcConfig);
 }