NAME

LiBot::Handler::Karma - Karma bot

SYNOPSIS

# config.pl
+{
    'handlers' => [
        'Karma' => {
            path => 'path/to/database.db',
        }
    ]
}

# script
<hsegawa> gfx--
>bot< gfx: -1

DESCRIPTION

This is a karma bot.

CONFIGURATION

path

Path to database file. Required.

DEPENDENCIES

DB_File