Created
September 21, 2016 01:14
-
-
Save lvm/bede4c56f05313ea9c3c9c9cb2df9827 to your computer and use it in GitHub Desktop.
irssi+slack
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
settings = { | |
core = { real_name = ""; user_name = ""; nick = ""; }; | |
}; | |
servers = ( | |
{ | |
address = "livecode.irc.slack.com"; | |
chatnet = "slack"; | |
port = "6667"; | |
password = ""; | |
use_ssl = "yes"; | |
ssl_verify = "yes"; | |
autoconnect = "yes"; | |
} | |
); | |
chatnets = { | |
slack = { type = "IRC"; nick = "mauro"; }; | |
}; | |
channels = ( | |
); | |
ignores = ( { level = "MODES"; servertag = "slack"; } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment