Skip to content

gryphonshafer/Bot-IRC-X-Message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

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

VERSION

version 1.06

test codecov

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)

About

Bot::IRC plugin for leaving messages for nicks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages