Fix: Do not try to log function

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-06-11 18:02:08 +02:00
parent bafa9c26f9
commit c70ceedc7d
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

2
irc.go
View file

@ -173,7 +173,7 @@ func (i ircHandler) handleTwitchNotice(m *irc.Message) {
log.WithFields(log.Fields{
"channel": i.getChannel(m),
"tags": m.Tags,
"trailing": m.Trailing,
"trailing": m.Trailing(),
}).Debug("IRC NOTICE event")
switch m.Tags["msg-id"] {