Removed libevent dependency

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-25 17:29:32 +02:00
parent 515fcf0890
commit 33a614c615
4 changed files with 1 additions and 35 deletions

View File

@@ -40,7 +40,7 @@ class ConsoleAPI{
$this->loop = new ConsoleLoop();
$this->register("help", "[page|command name]", array($this, "defaultCommands"));
$this->register("status", "", array($this, "defaultCommands"));
$this->register("difficulty", "<0|1>", array($this, "defaultCommands"));
$this->register("difficulty", "<0|1|2>", array($this, "defaultCommands"));
$this->register("invisible", "<on|off>", array($this, "defaultCommands"));
$this->register("save-all", "", array($this, "defaultCommands"));
$this->register("stop", "", array($this, "defaultCommands"));