]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/quakeauth.rb
wow plugin: message tweaks
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / quakeauth.rb
index e9aeab2b169246f1a7f2cd5f424d91156dfa09fe..67c5ef819660f82477e1b64d924c6fc9cdbe59b0 100644 (file)
@@ -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
   
@@ -49,3 +49,5 @@ end
 plugin = QPlugin.new
 plugin.map 'qauth set :nick :passwd', :action => "set"
 plugin.map 'qauth identify', :action => "identify"
+
+plugin.default_auth('*', false)