1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 01:35:42 -04:00
perlbuut/plugins/echo.pm
2009-12-05 00:02:04 -05:00

8 lines
102 B
Perl

sub {
my( $said ) = @_;
print $said->{body};
}
__DATA__
Echo just prints its argument verbatim.