Example #1
0
 static bool Whois(LoginClient client, CMSG msgID, BinReader data)
 {
     LoginServer.SendWhoList(client);
     return(true);
 }