summaryrefslogtreecommitdiff
path: root/lib/commandinterpreter.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commandinterpreter.php')
-rw-r--r--lib/commandinterpreter.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php
index ecc08f101..c39fafb62 100644
--- a/lib/commandinterpreter.php
+++ b/lib/commandinterpreter.php
@@ -47,17 +47,17 @@ class CommandInterpreter
} else {
return new LoginCommand($user);
}
- case 'followers':
+ case 'subscribers':
if ($arg) {
return null;
} else {
- return new FollowersCommand($user);
+ return new SubscribersCommand($user);
}
- case 'following':
+ case 'subscriptions':
if ($arg) {
return null;
} else {
- return new FollowingCommand($user);
+ return new SubscriptionsCommand($user);
}
case 'on':
if ($arg) {