Skip to content

Add support for relaying bridged users - #201

Open
markus456 wants to merge 3 commits into
ekmartin:masterfrom
markus456:master
Open

Add support for relaying bridged users#201
markus456 wants to merge 3 commits into
ekmartin:masterfrom
markus456:master

Conversation

@markus456

Copy link
Copy Markdown

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.

markus456 added 2 commits May 30, 2017 22:17
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

coveralls commented Jun 1, 2017

Copy link
Copy Markdown

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.

2 participants