mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Allow /mee in PMs
This commit is contained in:
parent
13ac84e2d7
commit
2d4cd87d20
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user