You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Potential ways of handling this:
The text was updated successfully, but these errors were encountered: