diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-16 11:17:14 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-16 11:17:14 -0500 |
commit | 73b4d770a2551018ea17d115d980972dc5f0865a (patch) | |
tree | 3b462ad053279c03f42734e504a93d599aa4ff1c /lib/command.php | |
parent | 5b51eeeebb319d255e3f51d9946be57787207fda (diff) |
Changed to StatusNet consistent terminology
Diffstat (limited to 'lib/command.php')
-rw-r--r-- | lib/command.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/command.php b/lib/command.php index c4a4f7cf4..247ea4475 100644 --- a/lib/command.php +++ b/lib/command.php @@ -605,7 +605,7 @@ class LoginCommand extends Command } } -class FollowingCommand extends Command +class SubscriptionsCommand extends Command { function execute($channel) { @@ -624,7 +624,7 @@ class FollowingCommand extends Command } } -class FollowersCommand extends Command +class SubscribersCommand extends Command { function execute($channel) { @@ -653,8 +653,8 @@ class HelpCommand extends Command "off - turn off notifications\n". "help - show this help\n". "follow <nickname> - subscribe to user\n". - "following - list the people you follow\n". - "followers - list the people that follow you\n". + "subscriptions - list the people you follow\n". + "subscribers - list the people that follow you\n". "leave <nickname> - unsubscribe from user\n". "d <nickname> <text> - direct message to user\n". "get <nickname> - get last notice from user\n". |