Rooms

Most of the real action on a GGZ server occurs in rooms. Each room supports a particular game type, and provides a place for players to chat back and forth with friends. When a client first logs in, the player is not in a specific room, but in limbo. In order to chat with other players or join a table, the player must enter a specific room.

Changing rooms is done via ENTER. The server will respond to the room-change request with RESULT. There is no equivalent command to leave a room since leaving the room takes place automatically when a player joins some other room (We can't have players in two places at once, now can we?).