This commit is contained in:
calzoneman 2015-04-19 14:14:28 -05:00
parent 193385c88c
commit b8d2d74e2f
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ function ChatModule(channel) {
this.registerCommand("/me", this.handleCmdMe.bind(this));
this.registerCommand("/sp", this.handleCmdSp.bind(this));
this.registerCommand("/say", this.handleCmdSay.bind(this));
this.registerCommand("/rcv", this.handleCmdSay.bind(this));
this.registerCommand("/shout", this.handleCmdSay.bind(this));
this.registerCommand("/clear", this.handleCmdClear.bind(this));
this.registerCommand("/a", this.handleCmdAdminflair.bind(this));