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
1 changed files with 1 additions and 0 deletions

View File

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