last: say a little less

This commit is contained in:
Chris Sexton 2024-03-20 21:17:33 -04:00
parent def86a3c7e
commit c54aafc491
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func (p *LastPlugin) sayLast(c bot.Connector, chFrom, chTo string, force bool) {
} }
return 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", "") guildID := p.c.Get("discord.guildid", "")
p.b.Send(c, bot.Message, chTo, msg, bot.MessageReference{ p.b.Send(c, bot.Message, chTo, msg, bot.MessageReference{
MessageID: l.MessageID, MessageID: l.MessageID,