summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-05-02 19:44:31 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-05-02 19:44:31 +0200
commit5eba5e980d666ae81368367ec575ff9bf12240c4 (patch)
tree2468970ca444622d38652a5bf9fb8ddbee5e8219 /doc/en/autogen
parent00f3fbdfe108bc3517cfd1b53e8b8fab5792ebf5 (diff)
downloadweechat-5eba5e980d666ae81368367ec575ff9bf12240c4.zip
doc: update auto-generated files with options
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/irc_options.txt20
-rw-r--r--doc/en/autogen/user/logger_options.txt10
-rw-r--r--doc/en/autogen/user/weechat_options.txt20
3 files changed, 30 insertions, 20 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index 11ab1ba60..7a5a2ff6c 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -38,21 +38,11 @@
** type: string
** values: any string (default value: `"1,-1:darkgray"`)
-* [[option_irc.color.nick_prefix]] *irc.color.nick_prefix*
-** description: `color for nick prefix (prefix is custom string displayed before nick)`
-** type: color
-** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `green`)
-
* [[option_irc.color.nick_prefixes]] *irc.color.nick_prefixes*
** description: `color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), format is: "o:color1;h:color2;v:color3" (if a mode is not found, WeeChat will try with next modes received from server ("PREFIX"); a special mode "*" can be used as default color if no mode has been found in list)`
** type: string
** values: any string (default value: `"q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"`)
-* [[option_irc.color.nick_suffix]] *irc.color.nick_suffix*
-** description: `color for nick suffix (suffix is custom string displayed after nick)`
-** type: color
-** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `green`)
-
* [[option_irc.color.notice]] *irc.color.notice*
** description: `color for text "Notice" in notices`
** type: color
@@ -248,16 +238,6 @@
** type: boolean
** values: on, off (default value: `off`)
-* [[option_irc.look.nick_prefix]] *irc.look.nick_prefix*
-** description: `text to display before nick in chat window`
-** type: string
-** values: any string (default value: `""`)
-
-* [[option_irc.look.nick_suffix]] *irc.look.nick_suffix*
-** description: `text to display after nick in chat window`
-** type: string
-** values: any string (default value: `""`)
-
* [[option_irc.look.nicks_hide_password]] *irc.look.nicks_hide_password*
** description: `comma separated list of nicks for which passwords will be hidden when a message is sent, for example to hide password in message displayed by "/msg nickserv identify password", example: "nickserv,nickbot"`
** type: string
diff --git a/doc/en/autogen/user/logger_options.txt b/doc/en/autogen/user/logger_options.txt
index 57efc30a4..29bd8f5f7 100644
--- a/doc/en/autogen/user/logger_options.txt
+++ b/doc/en/autogen/user/logger_options.txt
@@ -33,6 +33,16 @@
** type: boolean
** values: on, off (default value: `on`)
+* [[option_logger.file.nick_prefix]] *logger.file.nick_prefix*
+** description: `text to write before nick in prefix of message, example: "<"`
+** type: string
+** values: any string (default value: `""`)
+
+* [[option_logger.file.nick_suffix]] *logger.file.nick_suffix*
+** description: `text to write after nick in prefix of message, example: ">"`
+** type: string
+** values: any string (default value: `""`)
+
* [[option_logger.file.path]] *logger.file.path*
** description: `path for WeeChat log files; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); date specifiers are permitted (see man strftime)`
** type: string
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 74a3387bf..98e59f1ee 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -83,11 +83,21 @@
** type: color
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `cyan`)
+* [[option_weechat.color.chat_nick_prefix]] *weechat.color.chat_nick_prefix*
+** description: `color for nick prefix (string displayed before nick in prefix)`
+** type: color
+** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `green`)
+
* [[option_weechat.color.chat_nick_self]] *weechat.color.chat_nick_self*
** description: `text color for local nick in chat window`
** type: color
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `white`)
+* [[option_weechat.color.chat_nick_suffix]] *weechat.color.chat_nick_suffix*
+** description: `color for nick suffix (string displayed after nick in suffix)`
+** type: color
+** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `green`)
+
* [[option_weechat.color.chat_prefix_action]] *weechat.color.chat_prefix_action*
** description: `text color for action prefix`
** type: color
@@ -593,6 +603,16 @@
** type: integer
** values: 1 .. 10000 (default value: `100`)
+* [[option_weechat.look.nick_prefix]] *weechat.look.nick_prefix*
+** description: `text to display before nick in prefix of message, example: "<"`
+** type: string
+** values: any string (default value: `""`)
+
+* [[option_weechat.look.nick_suffix]] *weechat.look.nick_suffix*
+** description: `text to display after nick in prefix of message, example: ">"`
+** type: string
+** values: any string (default value: `""`)
+
* [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed*
** description: `enable terminal "bracketed paste mode" (not supported in all terminals/multiplexers): in this mode, pasted text is bracketed with control sequences so that WeeChat can differentiate pasted text from typed-in text ("ESC[200~", followed by the pasted text, followed by "ESC[201~")`
** type: boolean