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