]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add 'dm' as a synonym for 'd' command
authorEvan Prodromou <evan@prodromou.name>
Wed, 31 Dec 2008 03:22:27 +0000 (22:22 -0500)
committerEvan Prodromou <evan@prodromou.name>
Wed, 31 Dec 2008 03:22:27 +0000 (22:22 -0500)
darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz

classes/CommandInterpreter.php

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