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: | | |