From 36ac9c9602fff4938c4baf65f0db63b3cfacfb08 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 23 Jun 2010 23:40:28 +0200 Subject: [PATCH] nickserv plugin: more liberal default identified string --- data/rbot/plugins/nickserv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/nickserv.rb b/data/rbot/plugins/nickserv.rb index 2525793b..2d565d00 100644 --- a/data/rbot/plugins/nickserv.rb +++ b/data/rbot/plugins/nickserv.rb @@ -35,7 +35,7 @@ class NickServPlugin < Plugin :on_change => Proc.new { |bot, v| bot.plugins.delegate "set_nick_avail", v }, :desc => _("String to look for to see if the nick server is informing us that our nick is now available")) Config.register Config::StringValue.new('nickserv.identified_string', - :default => "((Password|Contrase|Mot de passe).+(acce[pt]t|r[ie]cog?n).+)?(you|tu|vous).+(identif|r[ie]cog?n)", + :default => "((Password|Contrase|Mot de passe).+(acce[pt]t|r[ie]cog?n).+)?(you|tu|vous|now|adesso).+(identif|r[ie]cog?n)", :requires_restart => false, :on_change => Proc.new { |bot, v| bot.plugins.delegate "set_identified_string", v }, :desc => _("String to look for to see if the nick server is informing us that we have identified successfully")) -- 2.39.5