mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-09 07:40:53 +00:00
add user_history command
This commit is contained in:
parent
715a3a993c
commit
4c3a4d9709
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ var commandHandlers = map[Command]CommandHandler{
|
||||||
"get_display_name": C2SHandleBunchedCommand,
|
"get_display_name": C2SHandleBunchedCommand,
|
||||||
"update_follow_buttons": C2SHandleRemoteCommand,
|
"update_follow_buttons": C2SHandleRemoteCommand,
|
||||||
"chat_history": C2SHandleRemoteCommand,
|
"chat_history": C2SHandleRemoteCommand,
|
||||||
|
"user_history": C2SHandleRemoteCommand,
|
||||||
}
|
}
|
||||||
|
|
||||||
// DispatchC2SCommand handles a C2S Command in the provided ClientMessage.
|
// DispatchC2SCommand handles a C2S Command in the provided ClientMessage.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue