Fix behaviour on privmsg and add tests for privmsg
[poe-component-irc-plugin-seen.git] / README
CommitLineData
9dad0b90
MG
1POE-Component-IRC-Plugin-Seen version 0.001001
2==============================================
566f7a16
MG
3
4POE::Component::IRC::Plugin::Seen is a PoCo-IRC plugin that remembers what each person around it did last.
5
6When somebody sends him a private message of the form 'seen NICKNAME' or somebody says 'botnick: seen NICKNAME' in a channel with the bot, the plugin answers with the last action NICKNAME did.
7
8INSTALLATION
9
10To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21* POE::Component::IRC
22* IRC::Utils
23
24COPYRIGHT AND LICENCE
25
9dad0b90 26Copyright (C) 2013,2014 by Marius Gavrilescu
566f7a16
MG
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.009791 seconds and 4 git commands to generate.