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

Config Options for Discord User Away / Back #1

Open
3 tasks
shiftybit opened this issue Jun 1, 2019 · 0 comments
Open
3 tasks

Config Options for Discord User Away / Back #1

shiftybit opened this issue Jun 1, 2019 · 0 comments

Comments

@shiftybit
Copy link
Contributor

shiftybit commented Jun 1, 2019

Currently, when a discord user goes away, they are marked as away in IRC.
We are talking about adding the support to /PART the user from IRC in this event, and allow that as a configurable option in the XML.

In order to do this the following things should happen.

  • Account for user sending message while invisible.
  • Account for possible race condition of user not being in IRC channel, yet still being on discord (but marked as inactive or away) as they send a message. This could happen in instances where the message arrives prior to getting the User Status Change Event.
  • Make it clear to administrators / other users that there are other people in the room that could be reading their messages, even though they don't see them on the list.

Potential ways of handling this:

  • Don't unregister the user from IRC, just /part them from the room(s).
  • This would be great to handle somehow per channel, but i suspect up front, it will be best to handle per server.
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

No branches or pull requests

1 participant