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

Added feature to create a connection per slack user #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bobvandevijver
Copy link
Contributor

I found a single connection from a bot, with the username in the message text to be cumbersome and bad for the readability of the message origin.

This PR adds the ability to create a new connection for every slack user, by using the slack username appended with [s] to indicate the slack integration. The behavior is now more like the behavior on slack, but restrictions from the IRC might apply (maximum connections per host).

A todo is of course tests, but first I would like to know if you would consider merging this feature, or if I should simply keep it in my own fork.

@coveralls
Copy link

Coverage Status

Coverage decreased (-13.2%) to 86.325% when pulling b1540e8 on bobvandevijver:connection-per-user into e5cb8c6 on ekmartin:master.

1 similar comment
@coveralls
Copy link

coveralls commented Mar 7, 2018

Coverage Status

Coverage decreased (-13.2%) to 86.325% when pulling b1540e8 on bobvandevijver:connection-per-user into e5cb8c6 on ekmartin:master.

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