+3
.env.example
+3
.env.example
···
+46
-3
README.md
+46
-3
README.md
············- **Slack → IRC**: Messages from mapped Slack channels are sent to their corresponding IRC channels-- Slack mentions are converted to mapped IRC nicks, or the display name from `<@U123|name>` format+- User display names: Uses name from Slack event if available, otherwise Cachet API (if `CACHET_ENABLED=true`), then Slack API fallback- Thread messages are prefixed with `@xxxxx` (5-char thread ID) to show they're part of a thread- **User mappings** allow custom IRC nicknames for specific Slack users and enable proper mentions both ways+- **Permissions**: Only channel creators, channel managers, or global admins can bridge/unbridge channels···If you want to report an issue the main repo is [the tangled repo](https://tangled.org/dunkirk.sh/irc-slack-bridge) and the github is just a mirror.
+11
-1
src/index.ts
+11
-1
src/index.ts
···
+14
-8
src/lib/mentions.ts
+14
-8
src/lib/mentions.ts
······
+23
-1
src/lib/user-cache.test.ts
+23
-1
src/lib/user-cache.test.ts
······
+38
-1
src/lib/user-cache.ts
+38
-1
src/lib/user-cache.ts
·········