mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Added /msg alias to /tell :P
This commit is contained in:
parent
6d5e2648cf
commit
573c3ea377
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user