9881e83c1689f142dc76365ab78b97675f911df8
[poe-component-irc-plugin-infobot.git] / README
1 POE-Component-IRC-Plugin-Infobot version 0.001
2 ==============================================
3
4 POE::Component::IRC::Plugin::Infobot is a PoCo-IRC plugin that makes
5 a PoCo-IRC behave like a simple infobot.
6
7 It stores factoids in a DB_File database and lets IRC users add, remove
8 and retreive factoids.
9
10 INSTALLATION
11
12 To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19 DEPENDENCIES
20
21 This module requires these other modules and libraries:
22
23 * IRC::Utils
24 * POE::Component::IRC
25
26 COPYRIGHT AND LICENCE
27
28 Copyright (C) 2013 by Marius Gavrilescu
29
30 This library is free software; you can redistribute it and/or modify
31 it under the same terms as Perl itself, either Perl version 5.14.2 or,
32 at your option, any later version of Perl 5 you may have available.
This page took 0.019018 seconds and 3 git commands to generate.