1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-08 23:30:53 +00:00

add user_history command

This commit is contained in:
Kane York 2015-11-16 22:10:55 -08:00
parent 715a3a993c
commit 4c3a4d9709

View file

@ -38,6 +38,7 @@ var commandHandlers = map[Command]CommandHandler{
"get_display_name": C2SHandleBunchedCommand,
"update_follow_buttons": C2SHandleRemoteCommand,
"chat_history": C2SHandleRemoteCommand,
"user_history": C2SHandleRemoteCommand,
}
// DispatchC2SCommand handles a C2S Command in the provided ClientMessage.