As a realization from copy/pasting channel mappings:
There would appear to be a bug when mapping (in config.json file) a public slack channel (vs private) without the hash prefix (to a irc channel), the relay becomes one way (irc to slack, not slack to irc, so basically part of it still works).
Bug (messages relayed only from irc-channel-second to slack-public):
"channelMapping": {
"slack-private": "#irc-channel-first",
"slack-public": "#irc-channel-second"
}
Working (messages relayed both ways between slack-public and #irc-channel-second):
"channelMapping": {
"slack-private": "#irc-channel-first",
"#slack-public": "#irc-channel-second"
}
As a realization from copy/pasting channel mappings:
There would appear to be a bug when mapping (in config.json file) a public slack channel (vs private) without the hash prefix (to a irc channel), the relay becomes one way (irc to slack, not slack to irc, so basically part of it still works).
Bug (messages relayed only from irc-channel-second to slack-public):
Working (messages relayed both ways between slack-public and #irc-channel-second):