revbank/plugins/sigint
2013-02-26 04:42:45 +01:00

5 lines
52 B
Perl

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