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)