add ChatOnly to our $Supports
This commit is contained in:
parent
8536cb0a5c
commit
7f8f98aa5a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user