From 85f7fe2c06f38fb1c13c2136af934daa0a257daa Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 28 Apr 2026 05:14:48 +0000 Subject: [PATCH] fix #2395 Ensure bot tag is replayed for DMs --- irc/handlers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/irc/handlers.go b/irc/handlers.go index 58f7aee9..484c7c66 100644 --- a/irc/handlers.go +++ b/irc/handlers.go @@ -2498,6 +2498,7 @@ func dispatchMessageToTarget(client *Client, tags map[string]string, histType hi Type: histType, Message: message, Tags: tags, + IsBot: isBot, } client.addHistoryItem(user, item, &details, &tDetails, config)