diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 23:18:12 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 23:18:12 +0200 |
commit | 0573149576f0f05aeaf3d0b10011acf91d9099c3 (patch) | |
tree | 6f4e4c13cb51ee008e013c8befa9c0044c990fab /data/rbot/plugins/quakeauth.rb | |
parent | d91da62c456159d0fc51772c8bec74e94b7b7400 (diff) |
qauth plugin: typos in help
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 |