The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bot::IRC::Join - Bot::IRC join and part channels and remember channels state

VERSION

version 1.36

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>

Join a given channel.

part <channel>

Depart a given channel.

SEE ALSO

Bot::IRC

AUTHOR

Gryphon Shafer <gryphon@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016-2021 by Gryphon Shafer.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)