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:
parent
c78dbbb911
commit
63f1f973b0
@ -1084,6 +1084,7 @@ sub on_accountnotify {
|
||||
$self->check_bans($id, $hostmask, $channel);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
sub adjust_offenses {
|
||||
|
Loading…
Reference in New Issue
Block a user