PBot: cancel alarm timeout when exiting

This commit is contained in:
Pragmatic Software 2020-02-26 02:11:42 -08:00
parent fef6137c59
commit d74fb24c96
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ sub register_signal_handlers {
sub atexit {
my $self = shift;
$self->{atexit}->execute_all;
alarm 0;
}
sub irc_debug_trigger {