]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
nickserv: add 'ghosted' to nickserv.nick_avail
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 13 Aug 2009 00:35:55 +0000 (02:35 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 13 Aug 2009 00:35:55 +0000 (02:35 +0200)
data/rbot/plugins/nickserv.rb

index 768840d38522b13ce73fd986816c5ae0966e7a88..6f8b3a724977a75989863a886444c1fc08d53d97 100644 (file)
@@ -30,7 +30,7 @@ class NickServPlugin < Plugin
     :on_change => Proc.new { |bot, v| bot.plugins.delegate "set_ident_request", v },
     :desc => _("String to look for to see if the nick server is asking us to identify"))
   Config.register Config::StringValue.new('nickserv.nick_avail',
-    :default => "not (currently )?online|killed|recovered|disconnesso|libero",
+    :default => "not (currently )?online|killed|ghosted|recovered|disconnesso|libero",
     :requires_restart => false,
     :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"))