3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

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

View File

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