Update POD and README
[poe-component-irc-plugin-seen.git] / README
CommitLineData
9dad0b90
MG
1POE-Component-IRC-Plugin-Seen version 0.001001
2==============================================
566f7a16 3
5f2b55be
MG
4POE::Component::IRC::Plugin::Seen is a PoCo-IRC plugin that remembers
5what each person around it did last. It remembers public messages,
6joins and parts.
566f7a16 7
5f2b55be
MG
8When somebody sends him a private message of the form 'seen NICKNAME'
9or somebody says 'seen NICKNAME' or 'botnick: seen NICKNAME' in a
10channel with the bot, the plugin answers with the last action NICKNAME
11did. There can be an exclamation mark before the word 'seen'.
566f7a16
MG
12
13INSTALLATION
14
15To install this module type the following:
16
17 perl Makefile.PL
18 make
19 make test
20 make install
21
22DEPENDENCIES
23
24This module requires these other modules and libraries:
25
26* POE::Component::IRC
27* IRC::Utils
28
29COPYRIGHT AND LICENCE
30
5f2b55be 31Copyright (C) 2013-2015 by Marius Gavrilescu
566f7a16
MG
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself, either Perl version 5.14.2 or,
35at your option, any later version of Perl 5 you may have available.
This page took 0.012129 seconds and 4 git commands to generate.