NAME

LiBot::Handler::CoreList - Module::CoreList plugin

SYNOPSIS

# config.pl
+{
    'handlers' => [
        'CoreList'
    ]
}

# In the chat
<tokuhirom> corelist Test::More
>bot< Test::More was first released with perl 5.006002
<tokuhirom> corelist Acme::PrettyCure
>bot< Acme::PrettyCure was not in CORE (or so I think)

DESCRIPTION

This plugin provides a 'corelist' command for the LiBot.

CONFIGURATION

There is no configuration parameters.