From f6b6be3b0467b1880d13b89e50bdae027e7b0eb4 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 8 Jan 2009 15:15:19 +0100 Subject: quakeauth: identify expects Hash for second parameter --- data/rbot/plugins/quakeauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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) -- cgit v1.2.3