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

Commits on May 30, 2017

  1. Add option to relay bot messages with usernames

    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.
    markus456 committed May 30, 2017
    Configuration menu
    Copy the full SHA
    baaeb7b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Fix echoing of IRC messages

    IRC messages are not properly muted.
    markus456 committed May 31, 2017
    Configuration menu
    Copy the full SHA
    2c44cb2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Split large messages

    If a message to IRC exceeds 510 characters, it is split into multiple
    messages.
    markus456 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    ec34e6b View commit details
    Browse the repository at this point in the history