add 'dm' as a synonym for 'd' command

darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz
This commit is contained in:
Evan Prodromou 2008-12-30 22:22:27 -05:00
parent 174412018b
commit d3b1c1af16
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class CommandInterpreter {
return new GetCommand($user, $other);
}
case 'd':
case 'dm':
if (!$arg) {
return NULL;
}