1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 17:45:40 -04:00
perlbuut/plugins/null.pm
2016-10-01 18:51:02 -04:00

9 lines
96 B
Perl

no warnings 'void';
sub {
my( $said ) = @_;
print "";
};
__DATA__
Null just sends nothing.