module chatroom.command; enum Command { Q_LOGIN = 1001, R_LOGIN = 1002, MESSAGE = 1003, LOGIN = 1004, LOGOUT = 1005 }