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

NAME

Bot::Cobalt::Plugin::Silly::FMK - Bot::Cobalt plugin for asking who the bot would F, M, or K

VERSION

version 0.001

SYNOPSIS

Because the "game" that this plugin is based on contains a somewhat offensive word, you can change the word the bot uses to refer to it.

   ## In plugins.conf
   FMK:
      Module: Bot::Cobalt::Plugin::Silly::FMK
      Opts:
         censor: hug

DESCRIPTION

A Bot::Cobalt plugin.

Play the game of F-Marry-Kill with the bot. Essentially you just give it three names in a comma separated list, and it randomizes them. A very stupid, trivial plugin, that people seem to enjoy nonetheless.

   #mychannel> !fmk Scott, Ann, Barry
   < mybot> Hug: [Ann] - Marry: [Barry] - Kill: [Scott]

AUTHOR

Scott Miller <scott.j.miller@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Scott Miller.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.