Convos::Plugin::Bot::Action::Core - Core functionality for Convos bot
SYNOPSIS
Commands
actions
List all actions available.
about <action>
Get information about an action.
help <action>
Get help on how to use an action.
join <channel> <password>
TODO
part
TODO
Config file
---
actions:
- class: Convos::Plugin::Bot::Action::Core
DESCRIPTION
Convos::Plugin::Bot::Action::Core provides core functionality for Convos::Plugin::Bot.
ATTRIBUTES
bot
Holds a Convos::Plugin::Bot object.
description
See "description" in Convos::Plugin::Bot::Action.
usage
See "usage" in Convos::Plugin::Bot::Action.
METHODS
register
Will store $bot
in "bot".
reply
Can reply to one of the "Commands" if sent in a private conversation.