diff options
| -rwxr-xr-x | meta.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch'; use FindBin; use lib "$FindBin::Bin/lib";; -use Net::IRC; +use Net::IRC 0.90; use Data::Dumper; use IO::All; use Getopt::Long; @@ -147,4 +147,4 @@ sub init { $irc->start(); } -init(); +init();
\ No newline at end of file |
