diff options
-rw-r--r-- | lib/rbot/core/auth.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb index f01af87e..daacdc68 100644 --- a/lib/rbot/core/auth.rb +++ b/lib/rbot/core/auth.rb @@ -246,6 +246,8 @@ class AuthModule < CoreBotModule return "permissions [re]set <permission> [in <channel>] for <user>: sets or resets the permissions for botuser <user> in channel <channel> (use ? to change the permissions for private addressing)"
when "view"
return "permissions view [for <user>]: display the permissions for user <user>"
+ else
+ return "topics: syntax, (re)set, view"
end
when "user"
case topic
|