diff --git a/lib/channel/chat.js b/lib/channel/chat.js index 4bf13d1e..d7527344 100644 --- a/lib/channel/chat.js +++ b/lib/channel/chat.js @@ -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));