1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-11 00:20:54 +00:00

Compile fixes, switch cache implementation

This commit is contained in:
Kane York 2017-09-25 15:08:22 -07:00
parent 75e1a67e9a
commit 7657357164
5 changed files with 60 additions and 15 deletions

View file

@ -34,7 +34,7 @@ var commandHandlers = map[Command]CommandHandler{
"survey": C2SSurvey,
}
var bunchedCommands = []string{
var bunchedCommands = []Command{
"get_display_name",
"get_emote",
"get_emote_set",