From 3badd2f2d576dcde7ce3ead155bc5aa2eb5dcea2 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Wed, 22 Apr 2020 15:30:55 +0000 Subject: [PATCH] updated cmd name --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }