From 07fe6d0949892c361c6d51d6e81b2504c063db07 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 23 Jun 2017 00:06:29 +0200 Subject: [PATCH] Created Section Slack (basic) (markdown) --- Section-Slack-(basic).md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Section-Slack-(basic).md diff --git a/Section-Slack-(basic).md b/Section-Slack-(basic).md new file mode 100644 index 0000000..79cc8b5 --- /dev/null +++ b/Section-Slack-(basic).md @@ -0,0 +1,9 @@ +``` +[slack.myslack] +useAPI=true +#Token to connect with the Slack API +#You'll have to use a test/api-token using a dedicated user and not a bot token. +#See https://github.com/42wim/matterbridge/wiki/Slack-bot-setup for more information +Token="xoxp-123456789-LowerAndUPpercase" +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " +``` \ No newline at end of file