summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-10-08 22:25:35 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-10-08 22:25:35 +0200
commit1bda9f107729a87d2badd2ed38e1a9925bd3fb3a (patch)
treea77d663795ca1340fc82b10b166ddf7f89f3c235 /doc/en/autogen
parent64348fbd6ed84835edf65b6636315daedd7d515b (diff)
downloadweechat-1bda9f107729a87d2badd2ed38e1a9925bd3fb3a.zip
relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with /set
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/relay_options.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/relay_options.asciidoc b/doc/en/autogen/user/relay_options.asciidoc
index 70bfe3d3f..fd439b5e1 100644
--- a/doc/en/autogen/user/relay_options.asciidoc
+++ b/doc/en/autogen/user/relay_options.asciidoc
@@ -59,7 +59,7 @@
** values: on, off (default value: `on`)
* [[option_relay.irc.backlog_tags]] *relay.irc.backlog_tags*
-** description: `tags of messages which are displayed in backlog per IRC channel (supported tags: "irc_join", "irc_part", "irc_quit", "irc_nick", "irc_privmsg"), "*" = all supported tags`
+** description: `comma-separated list of messages tags which are displayed in backlog per IRC channel (supported tags: "irc_join", "irc_part", "irc_quit", "irc_nick", "irc_privmsg"), "*" = all supported tags`
** type: string
** values: any string (default value: `"irc_privmsg"`)