NAME

App::Wubot::Reactor::UrlLengthen - lengthen URLs using WWW::LongURL

VERSION

version 0.3.2

SYNOPSIS

- name: length URLs
  condition: subject matches http
  plugin: UrlLengthen
  config:
    field: subject

DESCRIPTION

Lengthen shortened URLs using WWW::LongURL.

URLs are found in the specified fields using URI::Find.

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.

expand( $message, $config )

Given a URL, attempt to expand it.

expand_pltme( $message, $config )

Expand plt.me URLs. I have been seeing a lot of these lately and they do not get expanded by WWW::LongURL yet.