From: Giuseppe Bilotta Date: Sat, 9 Aug 2008 21:07:37 +0000 (+0200) Subject: quakeauth plugin: don't identify on connect if we're not on quakenet X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=58b43c90ef7435713213015848eaf0486fab0b8f;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git quakeauth plugin: don't identify on connect if we're not on quakenet --- diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb index b4b8b8d6..03c82400 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) + identify(nil, nil) if on_quakenet? end def identify(m, params)