diff --git a/HubConnection.go b/HubConnection.go index bc5c121..7a808ce 100644 --- a/HubConnection.go +++ b/HubConnection.go @@ -131,7 +131,7 @@ func (this *HubConnection) processProtocolMessage(message string) { switch commandParts[0] { case "$Lock": - this.SayRaw("$Supports NoGetINFO UserCommand UserIP2|" + + this.SayRaw("$Supports NoHello NoGetINFO UserCommand UserIP2|" + "$Key " + unlock([]byte(commandParts[1])) + "|" + "$ValidateNick " + Escape(this.Hco.Self.Nick) + "|") this.sentOurHello = false