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:
- 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.
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: