# HG changeset patch # User Gary Kramlich # Date 1636709379 21600 # Node ID 00fc569e83331afd1829e6faf6e523b5b1dce714 # Parent 8bd36bba22924414cdeb26a947f1edcf7c7d4fd9 mod_slack_webhook: fixed documentation for default nick and marked trunk as works diff -r 8bd36bba2292 -r 00fc569e8333 mod_slack_webhooks/README.markdown --- a/mod_slack_webhooks/README.markdown Tue Nov 09 11:40:21 2021 +0000 +++ b/mod_slack_webhooks/README.markdown Fri Nov 12 03:29:39 2021 -0600 @@ -37,7 +37,7 @@ ``` {.lua} incoming_webhook_path = "/msg/DFSDF56587658765NBDSA" -default_from_nick = "Bot" -- Unless otherwise specified, posts as "Bot" +incoming_webhook_default_nick = "Bot" -- Unless otherwise specified, posts as "Bot" ``` This allows Slack-style JSON messages posted to http://conference.example.org/msg/DFSDF56587658765NBDSA/chat to appear in the MUC chat@conference.example.org. A username field in the message is honored as the nick attached to the message; if no username is specified, the message will use the value of default_from_nick. @@ -80,7 +80,7 @@ ============= ------- ----------------- - trunk Untested + trunk Works 0.10 Works 0.9 Works ------- -----------------