- ignore "irc_nick" events in debugging
authorAndreas Scherbaum <andreas@scherbaum.biz>
Sat, 21 Jan 2012 15:46:54 +0000 (16:46 +0100)
committerAndreas Scherbaum <andreas@scherbaum.biz>
Sat, 21 Jan 2012 15:46:54 +0000 (16:46 +0100)
docbot.pl

index c5b1d4e675c40ea1d6f14311c542b45a46cc57dd..b3ef50fa2c0165b414b0e5880c1d412305737c25 100755 (executable)
--- a/docbot.pl
+++ b/docbot.pl
@@ -1783,6 +1783,9 @@ if (substr($event, 0, 1) eq '_') {
     if ($event eq "irc_isupport") {
       $print_it = 0;
     }
+    if ($event eq "irc_nick") {
+      $print_it = 0;
+    }
     if ($event eq "irc_notice") {
       if (@$args[0] =~ /^NickServ/) {
         $print_it = 0;