]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/IrcHelpers.pl
- added debugging to newsFlush()
[infobot.git] / src / IRC / IrcHelpers.pl
index fc96d2830552281bd702fb6fee1c34f49068e271..c050904db15002baba5ea85329289fdac5358ff7 100644 (file)
@@ -262,7 +262,7 @@ sub chanLimitVerify {
     my $l      = $channels{$chan}{'l'};
 
     if (scalar keys %netsplitservers) {
-       &WARN("clV: netsplit active (1); skipping. (netsplit => $netsplit)");
+       &WARN("clV: netsplit active (1); skipping.");
        return;
     }