From 0b3aa9015b0d8bab087d412b94f21e142d5761f7 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 28 May 2010 05:20:06 +0000 Subject: [PATCH] Added missing newline to flood reset message --- PBot/IgnoreList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/IgnoreList.pm b/PBot/IgnoreList.pm index bc25e00a..4ecdd00e 100644 --- a/PBot/IgnoreList.pm +++ b/PBot/IgnoreList.pm @@ -155,7 +155,7 @@ sub check_ignore { $self->{last_timestamp}->{$channel} = $now; if($self->{ignore_flood_counter}->{$channel} > 0) { $self->{ignore_flood_counter}->{$channel} = 0; - $pbot->logger->log("flood_msg reset"); + $pbot->logger->log("flood_msg reset\n"); } }