add 'dm' as a synonym for 'd' command
darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz
This commit is contained in:
parent
174412018b
commit
d3b1c1af16
@ -103,6 +103,7 @@ class CommandInterpreter {
|
||||
return new GetCommand($user, $other);
|
||||
}
|
||||
case 'd':
|
||||
case 'dm':
|
||||
if (!$arg) {
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user