Fix: Do not try to log the function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c70ceedc7d
commit
fbf1ae2f03
1 changed files with 1 additions and 1 deletions
2
irc.go
2
irc.go
|
@ -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"] {
|
||||
|
|
Loading…
Add table
Reference in a new issue