Last active
August 29, 2015 14:01
-
-
Save cpjk/fa969de416282b9dd54e to your computer and use it in GitHub Desktop.
slack weechat setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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