Fix typo in BOUNCER notifications: s/status/state/
This commit is contained in:
parent
b0349caada
commit
4b6a529b69
4
user.go
4
user.go
@ -534,7 +534,7 @@ func (u *user) run() {
|
||||
dc.SendMessage(&irc.Message{
|
||||
Prefix: dc.srv.prefix(),
|
||||
Command: "BOUNCER",
|
||||
Params: []string{"NETWORK", netIDStr, "status=connected"},
|
||||
Params: []string{"NETWORK", netIDStr, "state=connected"},
|
||||
})
|
||||
}
|
||||
})
|
||||
@ -670,7 +670,7 @@ func (u *user) handleUpstreamDisconnected(uc *upstreamConn) {
|
||||
dc.SendMessage(&irc.Message{
|
||||
Prefix: dc.srv.prefix(),
|
||||
Command: "BOUNCER",
|
||||
Params: []string{"NETWORK", netIDStr, "status=disconnected"},
|
||||
Params: []string{"NETWORK", netIDStr, "state=disconnected"},
|
||||
})
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user