diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-10 12:06:02 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-10 12:06:02 +0200 |
commit | 88aa0757cab15ddc3f59ff814f2292004d30e640 (patch) | |
tree | 8157d91061bbd253c1bd81aba5ef10c7db0f08b0 /doc/en | |
parent | e2f58820fe93ccfc68b71ff908f58ddabedddf99 (diff) | |
download | weechat-88aa0757cab15ddc3f59ff814f2292004d30e640.zip |
Update name of IRC options for away check in FAQ
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index e0680876d..3ff8dda25 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -324,20 +324,24 @@ For checking away nicks in WeeChat, see question about How can I see away nicks in nicklist? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -You have to set option 'irc.network.away_check' to a positive value (minutes -between each check of away nicks). +You have to set option 'irc.server_default.away_check' to a positive value +(minutes between each check of away nicks). -You can set option 'irc.network.away_check_max_nicks' to limit away check on -small channels only. +You can set option 'irc.server_default.away_check_max_nicks' to limit away check +on small channels only. For example, check every 5 minutes for away nicks, for channels with max 25 nicks: ---------------------------------------- -/set irc.network.away_check 5 -/set irc.network.away_check_max_nicks 25 +/set irc.server_default.away_check 5 +/set irc.server_default.away_check_max_nicks 25 ---------------------------------------- +[NOTE] +For WeeChat < = 0.3.3, options are 'irc.network.away_check' and +'irc.network.away_check_max_nicks'. + [[highlight_notification]] How can I be warned when someone highlights me on a channel? |