Added /msg alias to /tell :P

This commit is contained in:
Shoghi Cervantes 2014-02-28 16:08:19 +01:00
parent 6d5e2648cf
commit 573c3ea377

View File

@ -31,6 +31,7 @@ class ChatAPI{
$this->server->api->console->register("say", "<message ...>", array($this, "commandHandler")); $this->server->api->console->register("say", "<message ...>", array($this, "commandHandler"));
$this->server->api->ban->cmdWhitelist("tell"); $this->server->api->ban->cmdWhitelist("tell");
$this->server->api->ban->cmdWhitelist("me"); $this->server->api->ban->cmdWhitelist("me");
$this->server->api->console->alias("msg", "tell");
} }
/** /**