From a4dac092d2cfcd86aec1a4a9aad8616a9e00cb7a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 15 Jul 2012 09:21:39 +0200 Subject: irc: describe possible values in /help irc.look.display_away --- src/plugins/irc/irc-config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 046c21ee5..23d493e25 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2102,7 +2102,8 @@ irc_config_init () irc_config_look_display_away = weechat_config_new_option ( irc_config_file, ptr_section, "display_away", "integer", - N_("display message when (un)marking as away"), + N_("display message when (un)marking as away (off: do not display/send " + "anything, local: display locally, channel: send action to channels)"), "off|local|channel", 0, 0, "local", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); irc_config_look_display_ctcp_blocked = weechat_config_new_option ( -- cgit v1.2.3