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