summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-08 16:43:38 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-08 16:43:38 +0300
commite7b542730c76e94b1fe806c3ae3ae262d934d38f (patch)
treedd0377940dcb981fd028b4321a3b3446a69d3f84 /helpfuncs.go
parentdc71009f43a2294aafab2a7fcd7d67d71c70c562 (diff)
Enha: /completion command explanation
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go2
1 files changed, 1 insertions, 1 deletions
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" {