Skip to content

Commit 09ffb4d

Browse files
committed
Updated example for irssi
1 parent 93e08d8 commit 09ffb4d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ The code quality is currently at the `works-for-me` level.
1616
go get ./... # download the dependencies, currently just github.com/nlopes/slack
1717
go build
1818
./irc-slack # by default on port 6666
19-
irssi
20-
/network add SlackYourTeamName
21-
/server add -auto SlackYourTeamName localhost 6666 xoxp-<your-slack-token>
19+
```
20+
21+
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>
2226
```
2327

2428
Get you Slack legacy token at https://api.slack.com/custom-integrations/legacy-tokens .

0 commit comments

Comments
 (0)