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