MovieNight/common
Zorchenhimer 28d43a726a Add Mod notice messages
These messages are only sent to mods and admins for certain events:
- User gains mod/admin privileges
- User attempts to gain mod/admin privileges unsuccessfully
- Mod/Admin uses the /sv command
- Mod/Admin uses the /playing command
- Mod unmods themselves
- Mod/Admin mods/unmods a user
- Mod/Admin uses the /reloademotes command
- Mod/Admin uses the /reloadplayer command

A separate message queue is used for these messages, and they are only
sent to clients that are either a mod or an admin.  They are sent
with the same call to ChatRoom.Broadcast(), but after all the normal
messages are sent.

Resolves #3
2019-03-15 16:03:31 -04:00
..
chatcommands.go Add infrastructure for the client to send formatted data to the server 2019-03-14 15:21:53 -04:00
chatdata.go Add Mod notice messages 2019-03-15 16:03:31 -04:00
constants.go Add Mod notice messages 2019-03-15 16:03:31 -04:00