Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

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