Allow /mee in PMs

This commit is contained in:
Morfent 2015-03-27 21:49:27 -03:00
parent 13ac84e2d7
commit 2d4cd87d20

View File

@ -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':