Dismiss TAGMSGs directed to BouncerServ
This commit is contained in:
parent
5a2d6246ec
commit
0fd81f38fa
@ -2048,6 +2048,10 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error {
|
|||||||
tags := copyClientTags(msg.Tags)
|
tags := copyClientTags(msg.Tags)
|
||||||
|
|
||||||
for _, name := range strings.Split(targetsStr, ",") {
|
for _, name := range strings.Split(targetsStr, ",") {
|
||||||
|
if casemapASCII(name) == serviceNickCM {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
uc, upstreamName, err := dc.unmarshalEntity(name)
|
uc, upstreamName, err := dc.unmarshalEntity(name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user