diff options
-rw-r--r-- | data/rbot/plugins/quakeauth.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb index c1a8f9c4..531f1430 100644 --- a/data/rbot/plugins/quakeauth.rb +++ b/data/rbot/plugins/quakeauth.rb @@ -79,6 +79,7 @@ class QPlugin < Plugin @bot.say @source, "username or password incorrect" if @source when /you are now logged in/i @bot.say @source, "authed successfully" if @source + @bot.plugins.delegate('identified') when /auth is not available/ @bot.say @source, "already authed" if @source end |