HamsterWheels / magenta-server-go

MIT License
0 stars 2 forks source link

Command Type #4

Closed jeramyRR closed 9 years ago

jeramyRR commented 9 years ago

The Server should respond to certain Commands sent from Clients.

A Command is proceeded with a Forward Slash ("/") character and signals to the server that the Client would like the server to perform a certain Action on the clients behalf.

An Action can be anything from Joining a Chatroom to sending a Private Message to another client.

A Command should be structured as so: /<command> <param1> <optional>

jeramyRR commented 9 years ago

Closed with commit 4b7fdb5