Skip to content

Instantly share code, notes, and snippets.

@cpjk
Last active August 29, 2015 14:01
Show Gist options
  • Save cpjk/fa969de416282b9dd54e to your computer and use it in GitHub Desktop.
Save cpjk/fa969de416282b9dd54e to your computer and use it in GitHub Desktop.
slack weechat setup
# Grab your credentials from https://my.slack.com/account/gateways
/server add slack yoursubdomain.irc.slack.com/6667
/set irc.server.slack.username yourusername
/set irc.server.slack.password yourircpassword
/set irc.server.slack.ssl on
/set irc.server.slack.ssl_dhkey_size 512
/set irc.server.slack.autoconnect true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment