The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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