NAME

Bot::IRC::Join - Bot::IRC Join and Part Channels; Remember State

VERSION

version 1.02

SYNOPSIS

use Bot::IRC;

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

DESCRIPTION

This Bot::IRC plugin handles messages instructing the bot to join or part channels. Tell the bot to join and part channels as such:

join <channel>
part <channel>

AUTHOR

Gryphon Shafer <gryphon@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.