summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-03-23 12:01:40 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-03-23 12:01:40 +0100
commit918e880ead15058a5a8af1f99a2840985a051e7f (patch)
tree2f58eabb79ac05da4986582b32f73ed48ede7fda /lib
parentee04b98df5b92e7683710cfcb4147d8355d1a525 (diff)
auth core module: missing h in permissions searcH help
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/core/auth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb
index d6167535..1066ecc8 100644
--- a/lib/rbot/core/auth.rb
+++ b/lib/rbot/core/auth.rb
@@ -291,7 +291,7 @@ 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>")
- when "searc"
+ when "search"
return _("permissions search <pattern>: display the permissions associated with the commands matching <pattern>")
else
return _("permission topics: syntax, (re)set, view, search")