diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-02-27 13:44:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-02-27 13:44:24 +0100 |
commit | 0f71b4ccc897fb0d701aa14d71e411249b63d163 (patch) | |
tree | 7796339d4df595d212ca98c119f64c73fd90d172 /doc/en | |
parent | a811da3a42b51fa049751bda01a5671479a74bf3 (diff) | |
download | weechat-0f71b4ccc897fb0d701aa14d71e411249b63d163.zip |
irc: add bar item "irc_nick_prefix"
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index ebdde1744..273720af0 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -759,6 +759,7 @@ Other items available (not used in bars by default): | irc_nick | `+Flashy+` | Current IRC nick. | irc_nick_host | `+Flashy!user@host.com+` | Current IRC nick and host. | irc_nick_modes | `i` | IRC modes for self nick. +| irc_nick_prefix | `@` | IRC nick prefix on channel. | mouse_status | `M` | Mouse status (empty if mouse is disabled). | spell_dict | `fr,en` | Spelling dictionaries used on current buffer. | spell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled). |