]> iEval git - app-statsbot.git/blobdiff - lib/App/Statsbot.pm
Improve CTCP responses
[app-statsbot.git] / lib / App / Statsbot.pm
index 8db29f01f7ccd0d728289cb51e837a991253f1f7..902f9d336668bd930d7ad6bc87d8e4ef57ae9033 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001001';
+our $VERSION = '0.001002';
 
 use POE;
 use POE::Component::IRC::State;
@@ -95,6 +95,8 @@ sub bot_start{ ## no critic (RequireArgUnpacking)
        $_[KERNEL]->delay(tick => $TICK);
 
        $irc->plugin_add(CTCP => POE::Component::IRC::Plugin::CTCP->new(
+               version => "Statsbot/$VERSION",
+               source => 'https://metacpan.org/pod/App::Statsbot',
                userinfo => 'A bot which keeps logs and computes channel statistics',
                clientinfo => 'PING VERSION CLIENTINFO USERINFO SOURCE',
        ));
This page took 0.021215 seconds and 4 git commands to generate.