Added commands to whitelist

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-05 15:14:32 +02:00
parent 82a789687c
commit f7de979de1
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,8 @@ class ChatAPI{
public function init(){
$this->server->api->console->register("tell", "Sends a private message to a player", array($this, "commandHandler"));
$this->server->api->console->register("me", "Broadcast an action", array($this, "commandHandler"));
$this->server->api->ban->cmdWhitelist("tell");
$this->server->api->ban->cmdWhitelist("me");
}
public function commandHandler($cmd, $params, $issuer, $alias){