From 2c04407acf37a3032940873dd6c38149195c06b2 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Tue, 20 Nov 2018 12:32:33 +0800 Subject: [PATCH] Updated Section Slack (basic) (markdown) --- Section-Slack-(basic).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Section-Slack-(basic).md b/Section-Slack-(basic).md index a4b9225..80692b1 100644 --- a/Section-Slack-(basic).md +++ b/Section-Slack-(basic).md @@ -23,11 +23,12 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ## Auth Comparison -This is a simple comparison of the Slack connection methods, to help you understand the difference between each: +This is a simple comparison of the Slack connection methods, to help you understand and differentiate between each: | 👇 Feature \ Token Type 👉 | bot | "legacy" user (personal) | "legacy" user (dedicated) | |---|:---:|:---:|:---:| | Bridge Type | `slack` | `slack-legacy` | `slack-legacy` | +| Token prefix | `xoxb-` | `xoxp-` | `xoxp-` | | Supported | ✅ | | ✅ | | 1. Auto-join channels | | ✅ | ✅ | | 3. Uses separate integration slot | :x: | | |