NAME
Bot::IRC::Seen - Bot::IRC track when and where users were last seen
VERSION
version 1.16
SYNOPSIS
use Bot::IRC;
Bot::IRC->new(
connect => { server => 'irc.perl.org' },
plugins => ['Seen'],
)->run;
DESCRIPTION
This Bot::IRC plugin instructs the bot to remember when and where users were last seen and to report on this when asked. Commands include:
seen <nick>
Display last seen information for a given nick.
SEE ALSO
AUTHOR
Gryphon Shafer <gryphon@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gryphon Shafer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.