From 15658e58c3acde545c3a2332da395285d45a1cd2 Mon Sep 17 00:00:00 2001 From: Kane York Date: Sat, 16 Jan 2016 17:49:39 -0800 Subject: [PATCH] Oops --- socketserver/server/handlecore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socketserver/server/handlecore.go b/socketserver/server/handlecore.go index 2d0940ca..301d8abc 100644 --- a/socketserver/server/handlecore.go +++ b/socketserver/server/handlecore.go @@ -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"