diff options
Diffstat (limited to 'data/rbot/plugins/quakeauth.rb')
-rw-r--r-- | data/rbot/plugins/quakeauth.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb index e9aeab2b..c7934d3d 100644 --- a/data/rbot/plugins/quakeauth.rb +++ b/data/rbot/plugins/quakeauth.rb @@ -5,11 +5,11 @@ class QPlugin < Plugin def help(plugin, topic="") case topic when "" - return "quath plugin: handles Q auths. topics set, identify" + return "qauth plugin: handles Q auths. topics set, identify" when "set" - return "nickserv set <user> <passwd>: set the Q user and password and use it to identify in future" + return "qauth set <user> <passwd>: set the Q user and password and use it to identify in future" when "identify" - return "quath identify: identify with Q (if user and auth are set)" + return "qauth identify: identify with Q (if user and auth are set)" end end |