From c54aafc4911e9297ef5beaf769782d05d6b6fd43 Mon Sep 17 00:00:00 2001 From: Chris Sexton <3216719+chrissexton@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:17:33 -0400 Subject: [PATCH] last: say a little less --- plugins/last/last.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/last/last.go b/plugins/last/last.go index 4aad13b..6d91705 100644 --- a/plugins/last/last.go +++ b/plugins/last/last.go @@ -192,7 +192,7 @@ func (p *LastPlugin) sayLast(c bot.Connector, chFrom, chTo string, force bool) { } return } - msg := fmt.Sprintf(`%s killed the channel last night by saying "%s"`, l.Nick, l.Body) + msg := fmt.Sprintf(`%s killed the channel last night`, l.Nick) guildID := p.c.Get("discord.guildid", "") p.b.Send(c, bot.Message, chTo, msg, bot.MessageReference{ MessageID: l.MessageID,