From: Evan Prodromou Date: Wed, 31 Dec 2008 03:22:27 +0000 (-0500) Subject: add 'dm' as a synonym for 'd' command X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d3b1c1af1620764c9f6c2e1b692338e60ed8e706;p=quix0rs-gnu-social.git add 'dm' as a synonym for 'd' command darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz --- 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; }