3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-11 04:22:35 +01:00

Add missing return 0 to event handler

This commit is contained in:
Pragmatic Software 2016-12-16 19:22:42 -08:00
parent c78dbbb911
commit 63f1f973b0

View File

@ -1084,6 +1084,7 @@ sub on_accountnotify {
$self->check_bans($id, $hostmask, $channel);
}
}
return 0;
}
sub adjust_offenses {