Revision history for Perl extension App::Statsbot.
+0.001002 2015-11-07T17:44+00:00
+ - Fix MANIFEST
+ - Add perlcritic test and make code comply
+
0.001001 2015-10-25T00:55+01:00
- Add !help command
- Send error messages correctly
-App-Statsbot version 0.001001
+App-Statsbot version 0.001002
=============================
statsbot is a simple IRC bot that tracks the people that inhabit a
use strict;
use warnings;
-our $VERSION = '0.001001';
+our $VERSION = '0.001002';
use POE;
use POE::Component::IRC::State;