From e7b542730c76e94b1fe806c3ae3ae262d934d38f Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 8 Dec 2025 16:43:38 +0300 Subject: Enha: /completion command explanation --- helpfuncs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index c9f2a0d..df49ae5 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -118,7 +118,7 @@ func renameUser(oldname, newname string) { if role == cfg.AssistantRole { continue } - if role == cfg.ToolRole { + if role == "tool" { continue } if role == "system" { -- cgit v1.2.3