mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
AntiFlood: remove "user is whitelisted" log message
This commit is contained in:
parent
c4b71347bf
commit
55d7561479
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user