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

NAME

LiBot::Handler::LLEval - lleval gateway

SYNOPSIS

    # config.pl
    +{
        'handlers' => [
            'LLEval'
        ]
    }

    # script
    <hsegawa> !3+2
    >bot< 5
    <hsegawa> !!rb 1.upto(3) {|i| print i }
    >bot< 1 2 3

DESCRIPTION

This is a gateway for lleval.

CONFIGURATION

There is no configuration parameters.