MovieNight/common
Zorchenhimer 6347065dd4 Fix duplicating emotes with /reloademotes
Don't reload emotes directly into the global common.Emotes variable.
Instead, load them into a new variable and write that to common.Emotes
after the search for new emotes completes.  Emotes should no longer
duplicate for each run of `/reloademotes`.

Also tweaked `/addemotes` to automatically reload emotes if nothing went
wrong downloading a new set.
2019-09-22 16:51:13 -04:00
..
chatcommands.go Fix accidental removal of /pin and /changeaccess 2019-09-22 16:15:59 -04:00
chatdata.go Adding some hardening to user joining 2019-04-13 13:12:08 -04:00
colors.go Add rand seed so the colors aren't the same 2019-04-14 21:02:44 -04:00
colors_test.go Get rid of dependency on go-colorful 2019-04-14 01:46:24 -04:00
constants.go Adding some hardening to user joining 2019-04-13 13:12:08 -04:00
emotes.go Fix duplicating emotes with /reloademotes 2019-09-22 16:51:13 -04:00
emotes_test.go Fix emotes 2019-06-18 22:13:53 -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
templates.go Start abstracting template stuff 2019-04-13 17:29:30 -04:00
utils.go Strip @ prefix on names in commands 2019-03-24 15:16:01 -04:00