1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-22 22:10:54 +00:00

Make client.messageChannel unexported

This commit is contained in:
Kane York 2017-10-27 13:14:29 -07:00
parent a900d1521e
commit 85a0fb7b79
3 changed files with 12 additions and 10 deletions

View file

@ -366,7 +366,7 @@ func RunSocketConnection(conn *websocket.Conn) {
stoppedChan := make(chan struct{})
var client ClientInfo
client.MessageChannel = _serverMessageChan
client.messageChannel = _serverMessageChan
client.RemoteAddr = conn.RemoteAddr()
client.MsgChannelIsDone = stoppedChan