Titi has recently added some code to make the embedded IRC client say where a user is going when s/he leaves the chat (either joining a game or returning to the main menu).
This is currently implemented as standard channel messages:
<MG_tomreyn_934> tries to create a game
<MG_tomreyn_934> left the lobby
I'd like it much better if this could be implemented either as quit messages using the /quit IRC command:
* MG_tomreyn_934 has disconnected (creating a game)
* MG_tomreyn_934 has disconnected (leaving the lobby)
To make these shown, and because it would be nice generally, the game should also display channel joins and quits (possibly channel parts, too).
Alternatively it could be done as channel notices using the /notice #megaglest-lobby command:
* MG_tomreyn_934 is creating a game
* MG_tomreyn_934 is leaving the lobby
Generally, though, displaying joins + parts could be nice in my opinion, since it better displays activity and might give people a better idea how it's bad to leave after a fraction of a minute.