Created
July 20, 2015 17:57
-
-
Save papodaca/0c95287a30b80fb0ab70 to your computer and use it in GitHub Desktop.
.irssi/config
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
servers = ( | |
{ | |
address = "bazookahouse.irc.slack.com"; | |
chatnet = "slack"; | |
port = "6697"; | |
password = "<password>"; | |
use_ssl = "yes"; | |
ssl_verify = "yes"; | |
autoconnect = "yes"; | |
} | |
); | |
chatnets = { | |
slack = { type = "IRC"; nick = "<name>"; }; | |
}; | |
channels = ( | |
{ name = "#general"; chatnet = "slack"; autojoin = "Yes"; } | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment