From: Andreas Scherbaum Date: Sun, 22 Jan 2012 12:24:12 +0000 (+0100) Subject: - silence two more irc events X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2bbec275453961157d40a8110fbbc2739b45f3ba;p=docbot.git - silence two more irc events --- diff --git a/docbot.pl b/docbot.pl index 74f06d6..a04ac8c 100755 --- a/docbot.pl +++ b/docbot.pl @@ -1935,7 +1935,8 @@ if (substr($event, 0, 1) eq '_') { case('irc_isupport') { $print_it = 0; } case('irc_nick') { $print_it = 0; } case('autoping') { $print_it = 0; } - case('autoping') { $print_it = 0; } + case('irc_disconnected') { $print_it = 0; } + case('irc_cap') { $print_it = 0; } case('irc_notice') { if (@$args[0] =~ /^NickServ/) { $print_it = 0; } if (@$args[0] =~ /^ChanServ/) { $print_it = 0; }