1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

irc: describe possible values in /help irc.look.display_away

This commit is contained in:
Sebastien Helleu
2012-07-15 09:21:39 +02:00
parent 7033c1bda5
commit a4dac092d2
16 changed files with 90 additions and 38 deletions
+2 -1
View File
@@ -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 (