NAME

App::Wubot::Reactor::GreaterThan - set keys and values if the value of a field exceeds a value

VERSION

version 0.4.0

DESCRIPTION

This plugin is deprecated!

Please use the '>' condition in combination with the 'SetField' reactor plugin:

- name: 'test' field is greater than 5
  condition: test > 5
  plugin: SetField
  config:
    set:
      key1: value1
      key2: value2

See the 'conditions' document for more information.

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.