ID:975351
 
Keywords: chat, library
Problem description:
I am looking for really good chat system. Some of the things I want it to include would be; specifically popup whispers; in which you could whisper someone and they would get a popup on screen. Then they could chat within this popup. Away from general chat.Sorta like personal message.

Perhaps tabs that included different chats. Sorta like in a MMO you have: world, region, party, etc.



I figured there has to be some library on this already so there is no reason to code it all from scratch can anyone point me in the right direction?

Thank you for the help in advanced.
You would either have to make a window in the interface file and use winclone() and winset() with \ref macros OR make a custom HUD to achieve this.