summaryrefslogtreecommitdiff
path: root/lib/commandinterpreter.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-16 11:17:14 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-16 11:17:14 -0500
commit73b4d770a2551018ea17d115d980972dc5f0865a (patch)
tree3b462ad053279c03f42734e504a93d599aa4ff1c /lib/commandinterpreter.php
parent5b51eeeebb319d255e3f51d9946be57787207fda (diff)
Changed to StatusNet consistent terminology
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) {