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.