1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

Switch twitch_emote to bunched

This commit is contained in:
Kane York 2015-11-16 22:07:43 -08:00
parent 13b3f0f68a
commit bedd14ab4e

View file

@ -33,7 +33,7 @@ var commandHandlers = map[Command]CommandHandler{
"emoticon_uses": C2SEmoticonUses,
"survey": C2SSurvey,
"twitch_emote": C2SHandleRemoteCommand,
"twitch_emote": C2SHandleBunchedCommand,
"get_link": C2SHandleBunchedCommand,
"get_display_name": C2SHandleBunchedCommand,
"update_follow_buttons": C2SHandleRemoteCommand,