diff --git a/commands.go b/commands.go index 3c970c2..12c03ab 100644 --- a/commands.go +++ b/commands.go @@ -207,5 +207,5 @@ func (b *bot) handleConfigHelp(m chat1.MsgSummary) { if args[2] != "help" { return } - b.debug("config list called by @%s in %s", m.Sender.Username, m.ConvID) + b.debug("config help called by @%s in %s", m.Sender.Username, m.ConvID) }