1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00

Refactor bunched remote command

This commit is contained in:
Kane York 2015-11-02 22:59:38 -08:00
parent 013e49e2c5
commit db486e4eba
2 changed files with 40 additions and 60 deletions

View file

@ -36,8 +36,8 @@ var CommandHandlers = map[Command]CommandHandler{
"survey": HandleSurvey,
"twitch_emote": HandleRemoteCommand,
"get_link": HandleBunchedRemotecommand,
"get_display_name": HandleBunchedRemotecommand,
"get_link": HandleBunchedRemoteCommand,
"get_display_name": HandleBunchedRemoteCommand,
"update_follow_buttons": HandleRemoteCommand,
"chat_history": HandleRemoteCommand,
}