summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-07-27 20:39:39 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-07-27 20:39:39 +0200
commit6ebf3fba45611d5a7a5f54f3ef81923f0f8e0673 (patch)
treeb1696d1d424f17938794f697e591f62cbc2f9001 /src
parentddf7be769a4527be7eee716164e0be12397c7a3e (diff)
downloadweechat-6ebf3fba45611d5a7a5f54f3ef81923f0f8e0673.zip
irc: add help on values for option irc.look.nick_completion_smart
Diffstat (limited to 'src')
-rw-r--r--src/plugins/irc/irc-config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index 59b0dedde..a9b85b316 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -2096,7 +2096,9 @@ irc_config_init ()
irc_config_look_nick_completion_smart = weechat_config_new_option (
irc_config_file, ptr_section,
"nick_completion_smart", "integer",
- N_("smart completion for nicks (completes first with last speakers)"),
+ N_("smart completion for nicks (completes first with last speakers): "
+ "speakers = all speakers (including highlights), "
+ "speakers_highlights = only speakers with highlight"),
"off|speakers|speakers_highlights", 0, 0, "speakers", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
irc_config_look_display_away = weechat_config_new_option (