From b8d2d74e2f80fc05172f8d54fd862038a10848aa Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sun, 19 Apr 2015 14:14:28 -0500 Subject: [PATCH] Resolve #447 --- lib/channel/chat.js | 1 + 1 file changed, 1 insertion(+) 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));