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

NAME

Morris::Plugin::Join - Automatically Join Channel(s) Upon Connect

SYNOPSIS

  <Config>
    <Connection whatever>
      <Plugin Join>
        Channel \#channel01           # don't forget to escape #
        Channel \#channel02,password  # if your channel has a password
      </Plugin>
    </Connection>
  </Config>