Bump version and update Changes
[app-statsbot.git] / README
CommitLineData
bc5798d3
MG
1App-Statsbot version 0.001001
2=============================
3cdbe256
MG
3
4statsbot is a simple IRC bot that tracks the people that inhabit a
5channel. It is able to answer queries of the form "In the last <time
6interval>, how much time did <nick> spend in this channel?".
7
8It was written as a single script in 2013 and repackaged as a module
9in 2015.
10
11INSTALLATION
12
13To install this module type the following:
14
15 perl Makefile.PL
16 make
17 make test
18 make install
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23
24* POE::Component::IRC::State
25* IRC::Utils
26* DBI
27* DBD::SQLite
28* Text::ParseWords
29* Time::Duration
30* Time::Duration::Parse
31
32COPYRIGHT AND LICENCE
33
34Copyright (C) 2013-2015 by Marius Gavrilescu
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself, either Perl version 5.20.2 or,
38at your option, any later version of Perl 5 you may have available.
39
40
This page took 0.01218 seconds and 4 git commands to generate.