3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

AntiFlood: remove "user is whitelisted" log message

This commit is contained in:
Pragmatic Software 2020-02-09 19:29:06 -08:00
parent c4b71347bf
commit 55d7561479

View File

@ -278,7 +278,6 @@ sub check_flood {
}
if ($self->{pbot}->{capabilities}->userhas($u, 'is-whitelisted')) {
$self->{pbot}->{logger}->log("$nick!$user\@$host whitelisted, skipping anti-flood checking\n");
next;
}