declare NoHello support (since our MyINFO handler will add unknown users)

This commit is contained in:
mappu 2017-02-08 18:58:03 +13:00
parent 59a37b975c
commit a403dac461
1 changed files with 1 additions and 1 deletions

View File

@ -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