From 2d4cd87d2024996c1c9ea6ff1120a49446b42245 Mon Sep 17 00:00:00 2001 From: Morfent Date: Fri, 27 Mar 2015 21:49:27 -0300 Subject: [PATCH] Allow /mee in PMs --- commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.js b/commands.js index a9fb70d878..5dbfc714a0 100644 --- a/commands.js +++ b/commands.js @@ -133,6 +133,7 @@ var commands = exports.commands = { var innerTarget = (innerCmdIndex >= 0 ? target.slice(innerCmdIndex + 1) : ''); switch (innerCmd) { case 'me': + case 'mee': case 'announce': break; case 'invite':