upstream: forward ERR_NOSUCHNICK
This commit is contained in:
parent
b0f2f9c36b
commit
b514306a06
@ -1734,6 +1734,8 @@ func (uc *upstreamConn) handleMessage(ctx context.Context, msg *irc.Message) err
|
|||||||
if dc != nil {
|
if dc != nil {
|
||||||
dc.SendMessage(msg)
|
dc.SendMessage(msg)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
uc.forwardMsgByID(downstreamID, msg)
|
||||||
}
|
}
|
||||||
case xirc.ERR_UNKNOWNERROR, irc.ERR_UNKNOWNCOMMAND, irc.ERR_NEEDMOREPARAMS, irc.RPL_TRYAGAIN:
|
case xirc.ERR_UNKNOWNERROR, irc.ERR_UNKNOWNCOMMAND, irc.ERR_NEEDMOREPARAMS, irc.RPL_TRYAGAIN:
|
||||||
var command, reason string
|
var command, reason string
|
||||||
|
Loading…
Reference in New Issue
Block a user