- do not print socket errors into command channel - that's just flood
authorAndreas Scherbaum <andreas@scherbaum.biz>
Thu, 2 Feb 2012 23:59:11 +0000 (00:59 +0100)
committerAndreas Scherbaum <andreas@scherbaum.biz>
Thu, 2 Feb 2012 23:59:11 +0000 (00:59 +0100)
docbot.pl

index 2d16b9ff8162df5b82d01b5d9a789f6d7781440f..f73fe6afb8f6546eb772567b60bb9809028ad7b7 100755 (executable)
--- a/docbot.pl
+++ b/docbot.pl
@@ -2101,6 +2101,7 @@ if (substr($event, 0, 1) eq '_') {
         case('irc_nick') { $print_it = 0; }
         case('autoping') { $print_it = 0; }
         case('irc_disconnected') { $print_it = 0; }
+        case('irc_socketerr') { $print_it = 0; }
         case('irc_cap') { $print_it = 0; }
         case('irc_notice') {
             if (@$args[0] =~ /^NickServ/) { $print_it = 0; }