Fix: Do not try to log the function

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

2
irc.go
View file

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