summaryrefslogtreecommitdiff
path: root/lib/commandinterpreter.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-11-20 11:12:17 +0000
committerZach Copley <zach@status.net>2009-11-20 11:12:17 +0000
commitc0283802f53bb5243bb3dacac3f0ced20f8c0ff0 (patch)
tree9713ac6f46e68828ed043cfec907f8a74d648e1b /lib/commandinterpreter.php
parente640561ccdcd4f3472302341ed15503e1c9d8319 (diff)
parent224d82793c769c06d1e4f39c19cd5f2e9cf519b0 (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'lib/commandinterpreter.php')
-rw-r--r--lib/commandinterpreter.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php
index 665015afc..25f2e4b3e 100644
--- a/lib/commandinterpreter.php
+++ b/lib/commandinterpreter.php
@@ -41,12 +41,6 @@ class CommandInterpreter
return null;
}
return new HelpCommand($user);
- case 'login':
- if ($arg) {
- return null;
- } else {
- return new LoginCommand($user);
- }
case 'subscribers':
if ($arg) {
return null;