diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-12-30 22:22:27 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-12-30 22:22:27 -0500 |
commit | d3b1c1af1620764c9f6c2e1b692338e60ed8e706 (patch) | |
tree | c4dae3c96fa87f7986ed36f02d0528ede8298adc /classes/CommandInterpreter.php | |
parent | 174412018be90b23f1faf30467ac629b70b87d7a (diff) |
add 'dm' as a synonym for 'd' command
darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz
Diffstat (limited to 'classes/CommandInterpreter.php')
-rw-r--r-- | classes/CommandInterpreter.php | 1 |
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; } |