From 93284312cfdb5784654fa4817c726728739b1b34 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 8 Feb 2026 17:11:29 +0300 Subject: Enha: auto turn role display --- bot.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot.go') diff --git a/bot.go b/bot.go index 2af0453..da2424d 100644 --- a/bot.go +++ b/bot.go @@ -1334,6 +1334,9 @@ func triggerPrivateMessageResponses(msg *models.RoleMsg) { Role: recipient, Resume: true, } + fmt.Fprintf(textView, "\n[-:-:b](%d) ", len(chatBody.Messages)) + fmt.Fprint(textView, roleToIcon(recipient)) + fmt.Fprint(textView, "[-:-:-]\n") chatRoundChan <- crr } } -- cgit v1.2.3