NAME
LiBot::Handler::URLFetcher - URL title fetcher
SYNOPSIS
# config.pl
+{
    'handlers' => [
        'URLFetcher'
    ]
}
# script
<tokuhirom> http://www.quora.com/
>bot< Title: Quora
DESCRIPTION
This bot tell me a <title> from the URL.
CONFIGURATION
There is no configuration parameters.