diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-17 15:56:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-17 15:56:28 +0100 |
commit | 2eb82a08b1fbf83305ae318b9db6bb46adef11b2 (patch) | |
tree | 18ee392d21a15243665d718af0b0fbcce09b3f36 /doc/en/autogen/user/irc_options.txt | |
parent | 9595fa75b280b947e1432c06888194c047eb3c78 (diff) | |
download | weechat-2eb82a08b1fbf83305ae318b9db6bb46adef11b2.zip |
Add new IRC output queue for messages with low priority (like automatic CTCP replies), high priority is given to user messages or commands
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 6348a38cf..bb42f71d4 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -153,10 +153,15 @@ ** type: boolean ** values: on, off (default value: off) -* *irc.network.anti_flood* -** description: anti-flood: # seconds between two user messages (0 = no anti-flood) +* *irc.network.anti_flood_prio_high* +** description: anti-flood for high priority queue: number of seconds between two user messages or commands sent to IRC server (0 = no anti-flood) ** type: integer -** values: 0 .. 5 (default value: 2) +** values: 0 .. 60 (default value: 2) + +* *irc.network.anti_flood_prio_low* +** description: anti-flood for low priority queue: number of seconds between two messages sent to IRC server (messages like automatic CTCP replies) (0 = no anti-flood) +** type: integer +** values: 0 .. 60 (default value: 2) * *irc.network.away_check* ** description: interval between two checks for away (in minutes, 0 = never check) |