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.