Created
May 16, 2018 09:07
-
-
Save Aketzu/39a55b63f9e2f4551890e66e4de43b44 to your computer and use it in GitHub Desktop.
irssi slack
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
https://api.slack.com/custom-integrations/legacy-tokens | |
/NETWORK ADD fooslack -autosendcmd "/MSG slack login xoxp-............" | |
/SERVER ADD -network fooslack -auto localhost 6669 | |
/CONNECT fooslack | |
/NETWORK ADD barslack -autosendcmd "/MSG slack login xoxp-............" | |
/SERVER ADD -network barslack -auto localhost 6669 | |
/CONNECT barslack |
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
Bind = "127.0.0.1:6669" | |
Debug = true | |
[slack] | |
BlackListUser = ["username"] | |
JoinMpImOnTalk = true | |
UseDisplayName = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment