Initial commit
[poe-component-irc-plugin-logger-irssi.git] / README
CommitLineData
e628c597
MG
1POE-Component-IRC-Plugin-Logger-Irssi version 0.001
2==================================================
3
4POE::Component::IRC::Plugin::Logger::Irssi is an extension to the
5L<POE::Component::IRC::Plugin::Logger> PoCo-IRC plugin that logs
6everything in a format similar to the one used by the irssi IRC client.
7
8It exports one function, B<irssi_format>, that returns a hashref usable as
9a value for C<POE::Component::IRC::Plugin::Logger->new>'s C<format> argument.
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 no other modules or libraries.
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2013 by Marius Gavrilescu
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself, either Perl version 5.14.2 or,
30at your option, any later version of Perl 5 you may have available.
This page took 0.010399 seconds and 4 git commands to generate.