MovieNight/common
joeyak 355f09bd48 Refactoring of ChatData
The processing of ChatData was changed so ChatData has a DataInterface object, which will be converted to a
ChatDataJSON that will have the DataInterface field converted to a json.RawMessage field. This change allows
greater customizability in the chat messages, since the Data field can still be read and modified.
2019-03-21 08:47:40 -04:00
..
chatcommands.go Add /nick command 2019-03-19 17:13:20 -04:00
chatdata.go Refactoring of ChatData 2019-03-21 08:47:40 -04:00
colors.go Added color names as possible arguements for /color 2019-03-19 22:56:01 -04:00
constants.go Add /nick command 2019-03-19 17:13:20 -04:00
emotes.go Move some stuff to MovieNight.common 2019-03-19 17:25:49 -04:00
utils.go Added color names as possible arguements for /color 2019-03-19 22:56:01 -04:00