mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-22 18:52:40 +01:00
Added missing newline to flood reset message
This commit is contained in:
parent
4e53210445
commit
0b3aa9015b
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user