Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for relaying bridged users #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

markus456
Copy link

To connect the Slack and IRC with other systems requires that bot messages that don't originate from the bot itself need to be relayed to IRC. This allows, for example, Telegram messages to be relayed via Slack to IRC.

Simple recursion is detected by checking if the username contains the (IRC) string.

Added a new option, `muteBridgedUsers` which controls whether to mute
bridged users. This option is disabled by default.

When enabled, all messages which specify a username and are posted by a
bot will be relayed to IRC.
IRC messages are not properly muted.
@coveralls
Copy link

coveralls commented Jun 1, 2017

Coverage Status

Coverage decreased (-0.9%) to 98.551% when pulling 2c44cb2 on markus456:master into 0607ff8 on ekmartin:master.

If a message to IRC exceeds 510 characters, it is split into multiple
messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants