summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/CommandInterpreter.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/CommandInterpreter.php b/classes/CommandInterpreter.php
index 4e27f8f79..eae315cb6 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;
}