revbank/plugins/sigint

5 lines
52 B
Perl
Executable file

#!perl
sub command { NEXT }
$SIG{INT} = 'IGNORE';