diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-12 21:02:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-12 21:02:25 +0100 |
commit | 37a0cd0017298da0dd010ed78ebea043c3d66640 (patch) | |
tree | b84a062ae64db2830dceffa3512e9c9fe3570a58 /src/plugins/irc | |
parent | 39abe2fcd9617d6ee6fc76250283b46d2a7947cb (diff) | |
download | weechat-37a0cd0017298da0dd010ed78ebea043c3d66640.zip |
core: improve help on option irc.look.server_buffer (closes #1269)
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 44f369ed4..1a305f26f 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2956,7 +2956,8 @@ irc_config_init () irc_config_look_server_buffer = weechat_config_new_option ( irc_config_file, ptr_section, "server_buffer", "integer", - N_("merge server buffers"), + N_("merge server buffers; this option has no effect if a layout " + "is saved and is conflicting with this value (see /help layout)"), "merge_with_core|merge_without_core|independent", 0, 0, "merge_with_core", NULL, 0, NULL, NULL, NULL, |