diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-15 09:21:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-15 09:21:39 +0200 |
commit | a4dac092d2cfcd86aec1a4a9aad8616a9e00cb7a (patch) | |
tree | 08a76f0282b79e30e8374284b56f32ff6bdca7cb /doc/en/autogen/user | |
parent | 7033c1bda503c78ce630c09c83ab4d360d27cec0 (diff) | |
download | weechat-a4dac092d2cfcd86aec1a4a9aad8616a9e00cb7a.zip |
irc: describe possible values in /help irc.look.display_away
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index fbd3f2258..bef128d0b 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -109,7 +109,7 @@ ** values: any string (default value: `"%a, %d %b %Y %T %z"`) * [[option_irc.look.display_away]] *irc.look.display_away* -** description: `display message when (un)marking as away` +** description: `display message when (un)marking as away (off: do not display/send anything, local: display locally, channel: send action to channels)` ** type: integer ** values: off, local, channel (default value: `local`) |