summaryrefslogtreecommitdiff
path: root/lib/rbot/core
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-04 11:53:07 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-04 11:53:07 +0000
commit3f87017335baf4a6c474d335534f7dd4c495d5f0 (patch)
tree4552e697691fd4530d4c4e7b94bdf5a9854eee76 /lib/rbot/core
parent3fb12ca2c704d18d434b417d549122325e78225d (diff)
Minor auth help fix
Diffstat (limited to 'lib/rbot/core')
-rw-r--r--lib/rbot/core/auth.rb2
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