diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-08 15:15:19 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-08 15:15:19 +0100 |
commit | f6b6be3b0467b1880d13b89e50bdae027e7b0eb4 (patch) | |
tree | 5428b1fca0582708c434988af9542d028e108cb0 | |
parent | 3aa60839f4d1168ed6901a2b3fd0a9d96e24fa34 (diff) |
quakeauth: identify expects Hash for second parameter
-rw-r--r-- | data/rbot/plugins/quakeauth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb index 03c82400..40b91e11 100644 --- a/data/rbot/plugins/quakeauth.rb +++ b/data/rbot/plugins/quakeauth.rb @@ -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) |