From 7f8f98aa5aef6e2d6e5dd11196fb8205db94a93a Mon Sep 17 00:00:00 2001 From: mappu Date: Wed, 8 Feb 2017 19:30:53 +1300 Subject: [PATCH] add ChatOnly to our $Supports --- HubConnection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HubConnection.go b/HubConnection.go index f33e920..ff9bc87 100644 --- a/HubConnection.go +++ b/HubConnection.go @@ -135,7 +135,7 @@ func (this *HubConnection) processProtocolMessage(message string) { switch commandParts[0] { case "$Lock": - this.SayRaw("$Supports NoHello NoGetINFO UserCommand UserIP2 QuickList|" + + this.SayRaw("$Supports NoHello NoGetINFO UserCommand UserIP2 QuickList ChatOnly|" + "$Key " + unlock([]byte(commandParts[1])) + "|") this.sentOurHello = false