1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00
This commit is contained in:
Kane York 2016-01-16 17:49:39 -08:00
parent 133544bddd
commit 15658e58c3

View file

@ -39,7 +39,7 @@ const HelloCommand Command = "hello"
// It indicates that the client is finished sending the initial 'sub' commands and the server should send the backlog.
const ReadyCommand Command = "ready"
const SetUserCommand Command = "set_user"
const SetUserCommand Command = "setuser"
// AuthorizeCommand is a S2C Command sent as part of Twitch username validation.
const AuthorizeCommand Command = "do_authorize"