diff options
Diffstat (limited to 'tui.go')
-rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -950,7 +950,7 @@ func init() { persona = cfg.WriteNextMsgAs } // check if plain text - if injectRole == false { + if !injectRole { matches := roleRE.FindStringSubmatch(msgText) if len(matches) > 1 { persona = matches[1] |