summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-06 12:14:45 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-06 12:14:45 +0100
commitbd1b6c1794daaf18d11306c35a89a3f0f8e348bb (patch)
tree0371b685f6d54b0fc354569a7d47a2969bcb4f8a /doc/en/autogen
parentfa8ff80fc1860826f930bf7822f67e740862dd6c (diff)
downloadweechat-bd1b6c1794daaf18d11306c35a89a3f0f8e348bb.zip
Add option irc.look.item_nick_prefix, rename some IRC options for bar items
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/irc_options.txt35
1 files changed, 20 insertions, 15 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index f40a919cc..5dcfdcc7f 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -43,16 +43,6 @@
** type: integer
** values: off, local, channel (default value: local)
-* *irc.look.display_channel_modes*
-** description: display channel modes in "buffer_name" bar item
-** type: boolean
-** values: on, off (default value: on)
-
-* *irc.look.display_channel_modes_hide_key*
-** description: hide channel key if modes are displayed in "buffer_name" bar item (this will hide all channel modes arguments if mode +k is set on channel)
-** type: boolean
-** values: on, off (default value: off)
-
* *irc.look.display_ctcp_blocked*
** description: display CTCP message even if it is blocked
** type: boolean
@@ -68,11 +58,6 @@
** type: boolean
** values: on, off (default value: on)
-* *irc.look.display_nick_modes*
-** description: display nick modes in "input_prompt" bar item
-** type: boolean
-** values: on, off (default value: on)
-
* *irc.look.display_old_topic*
** description: display old topic when channel topic is changed
** type: boolean
@@ -88,11 +73,31 @@
** type: string
** values: any string (default value: "irc_privmsg,irc_notice")
+* *irc.look.item_channel_modes*
+** description: display channel modes in "buffer_name" bar item
+** type: boolean
+** values: on, off (default value: on)
+
+* *irc.look.item_channel_modes_hide_key*
+** description: hide channel key if modes are displayed in "buffer_name" bar item (this will hide all channel modes arguments if mode +k is set on channel)
+** type: boolean
+** values: on, off (default value: off)
+
* *irc.look.item_display_server*
** description: name of bar item where IRC server is displayed (for status bar)
** type: integer
** values: buffer_plugin, buffer_name (default value: buffer_plugin)
+* *irc.look.item_nick_modes*
+** description: display nick modes in "input_prompt" bar item
+** type: boolean
+** values: on, off (default value: on)
+
+* *irc.look.item_nick_prefix*
+** description: display nick prefix in "input_prompt" bar item
+** type: boolean
+** values: on, off (default value: on)
+
* *irc.look.msgbuffer_fallback*
** description: default target buffer for msgbuffer options when target is private and that private buffer is not found
** type: integer