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

NAME

Morris::Plugin::MP - Enable AnyEvent::MP On Morris

SYNOPSIS

  <Connection whatever>
    <Plugin MP>
      group GroupName
      profile ProfileName
    </Plugin>
  </Connection>

DESCRIPTION

This plugin enables AnyEvent::MP for Morris. By default a 'notice' and 'privmsg'actions are registered for use, so you can do

    aemp $(groupname) privmsg "#channel" "your message"
    aemp $(groupname) notice "#channel" "your message"
    # or the equivalent snd() call from your app

to make morris say stuff.

Note that AnyEvent::MP requires a seeder process, and other minor environment preparation.