slack-irssi
slack-irssi copied to clipboard
I no longer use the Slack IRC gateway, so I am unable to test/maintain this script. The script seems to have a small user base and could use a maintainer....
port the code to async mojo (retaining the original structure)
- multi team in one script - rename /mark because it conflicts with another script - provide an automark setting to disable mark - make Mozilla::CA optional (degrade missing CA...
Some of the http requests to the slack api take upwards of 2 seconds to respond. These calls are blocking and therefore should be asynchronous.
I think 6f989a67 breaks multiple server support, since init() will match all servers, but only store the server tag for the last one found. Also, slack team hostnames can include...
Slack automatically marks users as away after 30 minutes of idle time, even if they're connected via the IRC gateway. Avoid this by calling the `users.setActive` Slack API call periodically...