We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e08d8 commit 09ffb4dCopy full SHA for 09ffb4d
README.md
@@ -16,9 +16,13 @@ The code quality is currently at the `works-for-me` level.
16
go get ./... # download the dependencies, currently just github.com/nlopes/slack
17
go build
18
./irc-slack # by default on port 6666
19
-irssi
20
- /network add SlackYourTeamName
21
- /server add -auto SlackYourTeamName localhost 6666 xoxp-<your-slack-token>
+```
+
+Then configure your IRC client to connect to localhost:6666 and use a Slack legacy token as password. Example for irssi:
22
23
24
+/network add SlackYourTeamName
25
+/server add -auto SlackYourTeamName localhost 6666 xoxp-<your-slack-token>
26
```
27
28
Get you Slack legacy token at https://api.slack.com/custom-integrations/legacy-tokens .
0 commit comments