Convos::Plugin::Bot::Action::Core - Core functionality for Convos bot

  1. SYNOPSIS
    1. Commands
    2. Config file
  2. DESCRIPTION
  3. ATTRIBUTES
    1. bot
    2. description
    3. usage
  4. METHODS
    1. register
    2. reply
  5. SEE ALSO

SYNOPSIS

Commands

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.

SEE ALSO

Convos::Plugin::Bot.