Log self-messages too
Closes: https://todo.sr.ht/~emersion/soju/44 git-svn-id: file:///srv/svn/repo/suika/trunk@213 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
parent
143c84e287
commit
58be470d17
@ -1232,6 +1232,8 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error {
|
|||||||
dc.ourMessages[echoMsg] = struct{}{}
|
dc.ourMessages[echoMsg] = struct{}{}
|
||||||
dc.lock.Unlock()
|
dc.lock.Unlock()
|
||||||
|
|
||||||
|
uc.appendLog(upstreamName, "<%s> %s", uc.nick, text)
|
||||||
|
|
||||||
uc.network.ring.Produce(echoMsg)
|
uc.network.ring.Produce(echoMsg)
|
||||||
}
|
}
|
||||||
case "NOTICE":
|
case "NOTICE":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user