]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
quakeauth: identify expects Hash for second parameter
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 8 Jan 2009 14:15:19 +0000 (15:15 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 8 Jan 2009 14:15:19 +0000 (15:15 +0100)
data/rbot/plugins/quakeauth.rb

index 03c82400d4329543f9d8e31e6e1e4d0b2228ad27..40b91e11b878fc9308e1379c22ae0b99ec108702 100644 (file)
@@ -45,7 +45,7 @@ class QPlugin < Plugin
   end
   
   def connect
-    identify(nil, nil) if on_quakenet?
+    identify(nil, {}) if on_quakenet?
   end
 
   def identify(m, params)