Convos::Plugin::Bot::Action::Karma - Track karma of a topic

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

SYNOPSIS

Prerequisites

You need to install DBD::SQLite to use this action:

./script/convos cpanm -n DBD::SQLite

Commands

Config file

---
actions:
- class: Convos::Plugin::Bot::Action::Karma

DESCRIPTION

Convos::Plugin::Bot::Action::Core allows Convos::Plugin::Bot to track karma for topics.

ATTRIBUTES

description

See "description" in Convos::Plugin::Bot::Action.

usage

See "usage" in Convos::Plugin::Bot::Action.

METHODS

register

Loads DBD::SQLite and sets up the karma.sqlite database.

reply

Can reply to one of the "Commands".

SEE ALSO

Convos::Plugin::Bot.