diff --git a/classes/CommandInterpreter.php b/classes/CommandInterpreter.php index 4e27f8f796..eae315cb6b 100644 --- a/classes/CommandInterpreter.php +++ b/classes/CommandInterpreter.php @@ -103,6 +103,7 @@ class CommandInterpreter { return new GetCommand($user, $other); } case 'd': + case 'dm': if (!$arg) { return NULL; }