Quote Originally Posted by Atheist
So you're saying that there will only be 1 client application that will be used by many users? If so:
Every message that the server sends should consist of atleast two parts: The first part is the 'Keyword' (defines what the message actually is), and the second part should be to which user the message is addressed. Something like this:

VB Code:
  1. "Message|Mr Bean|Go to bed!"

Could be sent from the server, and then evaluated on the client.
Ah! Thank you so much !