X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommandinterpreter.php;h=d2b744e93d79c41554dc2788277efcc7f3f6883c;hb=b53e1439969bfa2c0b551d8cc2fc8fe15652c62a;hp=e7d98da0255048b9786acc8506f72620f1a3aba2;hpb=f2bfcdc2c1d7bc4634bb06285380884a57075759;p=quix0rs-gnu-social.git diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php index e7d98da025..d2b744e93d 100644 --- a/lib/commandinterpreter.php +++ b/lib/commandinterpreter.php @@ -192,21 +192,6 @@ class CommandInterpreter $result = new ReplyCommand($user, $other, $extra); } break; - case 'repeat': - case 'rp': - case 'rt': - case 'rd': - if (!$arg) { - $result = null; - } else { - list($other, $extra) = self::split_arg($arg); - if ($extra) { - $result = null; - } else { - $result = new RepeatCommand($user, $other); - } - } - break; case 'whois': if (!$arg) { $result = null;