NAME

App::Wubot::Reactor::False - set keys and values if a field is false

VERSION

version 0.3.0

DESCRIPTION

This plugin is deprecated!

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

- name: 'test' field does not contain a value
  condition: test is false
  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.