NAME
Bot::IRC::Ping - Bot::IRC ping the bot and check its health
VERSION
version 1.40
SYNOPSIS
use Bot::IRC;
Bot::IRC->new(
connect => { server => 'irc.perl.org' },
plugins => ['Ping'],
)->run;
DESCRIPTION
This Bot::IRC plugin causes the bot to respond to pings from users and reports on the bot's health.
SEE ALSO
AUTHOR
Gryphon Shafer <gryphon@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016-2050 by Gryphon Shafer.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)