Skip to content
Nihal Mirpuri edited this page Jul 23, 2015 · 4 revisions

Requires plugin: forwarding

  • Will forward a message from one conversation to any number of other conversations.
  • Forwarded messages will have the name of the person who sent the message appended to the beginning of the message

Configuration

Manual configuration example for config.json:

  "conversations": {
    "CONV_ID1": {
      "forwarding_enabled": true,
      "forward_to": {"CONV_ID2"}
    }
  }

The above configuration activates forwarding in a conversation and forwards all messages from CONV_ID1 to CONV_ID2 You can also activate forwarding globally (not recommended!)

# ## ###

Clone this wiki locally