X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fquakeauth.rb;h=c1a8f9c474c53ab1d720a7e2b1de57b32c929b60;hb=16336b4a240a4265d1f2df1e30d7b68d3a924287;hp=b4b8b8d637846f15259daa452fa90de4011dfb4b;hpb=8e44e8a62cf3509d1b0ba5dd4d0d24be0f5b4fde;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb index b4b8b8d6..c1a8f9c4 100644 --- a/data/rbot/plugins/quakeauth.rb +++ b/data/rbot/plugins/quakeauth.rb @@ -10,7 +10,7 @@ # Automatically auths with Q on QuakeNet servers class QPlugin < Plugin - + def help(plugin, topic="") case topic when "" @@ -23,7 +23,7 @@ class QPlugin < Plugin return "qauth register : register with Q, an email on how to proceed will be sent to the email address you provide" end end - + def initialize super # this plugin only wants to store strings! @@ -43,9 +43,9 @@ class QPlugin < Plugin @registry['quakenet.auth'] = params[:password] m.okay end - + def connect - identify(nil, nil) + identify(nil, {}) if on_quakenet? end def identify(m, params)