The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

LiBot::Provider::Lingr - Lingr provider for LiBot

SYNOPSIS

    # Your config.pl
    +{
        providers => [
            'Lingr' => {
                host => '127.0.0.1',
                port => 1199,
            },
        ],
        'handlers' => [
            ...
        ],
    };

DESCRIPTION

You can connect LiBot with Lingr.

CONFIGURATION

host

Bind host name in string. Required.

port

Listen port number in Int. Required.