From 3778d3e19229252a2cb8260028bd737b23e27a13 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 19 Feb 2018 10:34:39 +1300 Subject: Remove spurious new line --- idalius.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idalius.pl b/idalius.pl index 39a1837..077e5ba 100755 --- a/idalius.pl +++ b/idalius.pl @@ -98,7 +98,7 @@ sub strike_add { @{$laststrike{$nick}} = splice @{$laststrike{$nick}}, 1, $strike_count - 1; my $first = @{$laststrike{$nick}}[0]; if ($now - $first <= $strike_period) { - log_info "Ignoring $nick because of command flood\n"; + log_info "Ignoring $nick because of command flood"; push @{$config{ignore}}, $nick; } } -- cgit v1.1