Revision history for Perl extension App::Statsbot.
+0.001001 2015-10-25T00:55+01:00
+ - Add !help command
+ - Send error messages correctly
+ - Make perlcritic happy and add some rudimentary tests
+
0.001 2015-10-18T00:36+01:00
- Initial release (repackage of the original script from 2013 with
very few additions)
-App-Statsbot version 0.001
-==========================
+App-Statsbot version 0.001001
+=============================
statsbot is a simple IRC bot that tracks the people that inhabit a
channel. It is able to answer queries of the form "In the last <time
use strict;
use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
use POE;
use POE::Component::IRC::State;