NAME

Bot::IRC::X::Message - Bot::IRC plugin for leaving messages for nicks

VERSION

version 1.06

SYNOPSIS

use Bot::IRC;

Bot::IRC->new(
    connect => { server => 'irc.perl.org' },
    plugins => ['Message'],
)->run;

DESCRIPTION

This Bot::IRC plugin provides the means for the bot to keep messages for nicks.

<user1> bot message user2 This is a message for you.
<bot> user1: OK.
*** user2 has joined #this_channel
<bot> user2: user1 left a message for you. "This is a message for you."

SEE ALSO

You can look for additional information at:

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)