Skip to content

IRC Client Config

Adam edited this page May 30, 2018 · 9 revisions

Config values

Have the following values handy before configuring your IRC client.

  • <host>, the host irslackd is running on, localhost unless you're running it remotely.
  • <port>, the port irslackd is listening on, 6697 by default.
  • <ssl-fingerprint>, the TLS cert fingerprint from step 3 in the README.
  • <xoxp-token>, the Slack API access token from step 5 in the README.

Client: WeeChat

/server add irslackd_workspace <host>/<port>
/set irc.server.irslackd_workspace.ssl on
/set irc.server.irslackd_workspace.ssl_fingerprint <ssl-fingerprint>
/set irc.server.irslackd_workspace.password <xoxp-token>
/connect irslackd_workspace

Client: ZNC Bouncer

h/t @Hack5190

  • Under the 'Networks' section in user settings, click 'Add'.
  • In 'Servers of this IRC network' enter: <host> +<port> <xoxp-token>
  • In 'Trusted SSL fingerprints of this IRC network' enter: <ssl-fingerprint>
  • Save
  • Connect to ZNC w/your client and enjoy
Clone this wiki locally