forked from External/ergo
review fixes
This commit is contained in:
parent
463de94610
commit
a9f9f725b1
3 changed files with 7 additions and 1 deletions
|
|
@ -47,6 +47,8 @@ func (rb *ResponseBuffer) Add(tags *map[string]ircmsg.TagValue, prefix string, c
|
|||
if rb.finalized {
|
||||
rb.target.server.logger.Error("internal", "message added to finalized ResponseBuffer, undefined behavior")
|
||||
debug.PrintStack()
|
||||
// TODO(dan): send a NOTICE to the end user with a string representation of the message,
|
||||
// for debugging purposes
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue