irc-slack-echo
irc-slack-echo copied to clipboard
An IRC bot that echoes activity to slack, and supports mapping IRC usernames to Slack usernames.
Could this be used backwards? To have messages posted in slack forwarded to a channel in irc?
Now all incoming requests go to `hooks.slack.com`, and the hook setup instructions doesn't refer to a ‘token’ any more. I removed the 'channel' and 'username' options because this script cannot...
FYI, to get this running on Heroku I had to make a couple of tweaks: config.js, the `process.env.PORT` ``` outgoingWebhookServer: { port: Number(process.env.PORT || 5000), ``` lib/slack.js, the `0.0.0.0` ```...
...is 2666 (was 666). Fixes #4, #5 and #10
rknLA/irc-slack-echo#4
The default config is using 666 as the port; doesn't that require root/sudo privilege? I suggest using another example port instead. Also, why is Hapi.Server binding to localhost? I had...
`!help` should list available commands, `!help [command]` should show help info for the command specified.
@channel requires special incoming message formatting described in the [Parsing modes formatting docs](https://api.slack.com/docs/formatting)
`ircbot: show` works, and `!show` works, but `ircbot show` is broken.. it looks like the command is coming out with a leading space where it shouldn't be, so the method...
Bot support for telling people messages when they're next in the channel. Usage: Assuming `someUser` is not in the IRC room: `!tell someUser hey, email me when you get a...