Last active
November 13, 2015 17:54
-
-
Save blakewrege/3acffc1edc510f5940bd to your computer and use it in GitHub Desktop.
slack config for irc
This file contains hidden or 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
IRSSI | |
/network add -nick blake -user [email protected] -realname blake acs | |
/server add -auto -ssl -network acs wmu-acs.irc.slack.com 6667 YOURPASSWORD | |
WEECHAT | |
/server add acs wmu-acs.irc.slack.com/6667 -autoconnect -ssl -ssl_dhkey_size=512 -username=blakewrege -nicks=blake -password=YOURPASSWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment