HamsterWheels / magenta-server-go

MIT License
0 stars 2 forks source link

Command: Join #5

Open jeramyRR opened 9 years ago

jeramyRR commented 9 years ago

The Join Command will be used by Clients to join a chatroom. A user will send the join command using the following syntax: /join #chatroom_name <password>

The <password> portion is optional and only needed if the chatroom requires a password to gain access.

If the join is successful, either by joining an existing channel or creating a new one, a code of 051 will be returned with the channel name. Example: 051: #channel