chatcommand_getusersinchatroom.h 274 B

12345678910
  1. #ifndef __CHATCOMMAND_GETUSERSINCHATROOM_H
  2. #define __CHATCOMMAND_GETUSERSINCHATROOM_H
  3. #include "chatcommand.h"
  4. class chatcommand_getusersinchatroom:chatcommand
  5. {
  6. public:
  7. static bool processmessage(char first_letter,message *received_message,chatclient *client);
  8. };
  9. #endif