MovieNight/common
Zorchenhimer fb2c25dc99 Add the /addemotes command
This command launches a goroutine that does the actual downloading of
the emotes so the client doesn't hang until the process is finished.

subscribers.json needs to be manually downloaded and added next to the
main executable for now.  Eventually, it will download and cache this
file (for 24 hours, at a minimum).

Issue #10 should not be considered finished yet.  This needs to be
tested a bit more with multiple channels.  Ideally, some that exist and
some that don't to verify that it fails gracefully (ie, adds the emotes
it was able to download).
2019-03-28 16:50:24 -04:00
..
chatcommands.go Add the /addemotes command 2019-03-28 16:50:24 -04:00
chatdata.go Change auth level checking to be on command level 2019-03-24 17:27:04 -04:00
colors.go Added spoilers in chat 2019-03-24 23:43:30 -04:00
constants.go Change auth level checking to be on command level 2019-03-24 17:27:04 -04:00
emotes.go Add colon to the emote trim cutset 2019-03-26 12:27:18 -04:00
logging.go Added spoilers in chat 2019-03-24 23:43:30 -04:00
logging_dev.go Remove inits since it is startup code 2019-03-24 23:54:24 -04:00
utils.go Strip @ prefix on names in commands 2019-03-24 15:16:01 -04:00