declare NoHello support (since our MyINFO handler will add unknown users)
This commit is contained in:
parent
59a37b975c
commit
a403dac461
@ -131,7 +131,7 @@ func (this *HubConnection) processProtocolMessage(message string) {
|
|||||||
switch commandParts[0] {
|
switch commandParts[0] {
|
||||||
|
|
||||||
case "$Lock":
|
case "$Lock":
|
||||||
this.SayRaw("$Supports NoGetINFO UserCommand UserIP2|" +
|
this.SayRaw("$Supports NoHello NoGetINFO UserCommand UserIP2|" +
|
||||||
"$Key " + unlock([]byte(commandParts[1])) + "|" +
|
"$Key " + unlock([]byte(commandParts[1])) + "|" +
|
||||||
"$ValidateNick " + Escape(this.Hco.Self.Nick) + "|")
|
"$ValidateNick " + Escape(this.Hco.Self.Nick) + "|")
|
||||||
this.sentOurHello = false
|
this.sentOurHello = false
|
||||||
|
Loading…
Reference in New Issue
Block a user