diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-12-04 09:44:23 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-12-04 09:44:23 +0000 |
commit | 10ab4b0a2005e4374e67d06d9a2c575787e54889 (patch) | |
tree | 9f548a42999fee160915ab9150316b3e53f2c984 /doc/en/config.xml | |
parent | c774d9eb008593a9c3dc519fcb7f7a858eb45ef8 (diff) | |
download | weechat-10ab4b0a2005e4374e67d06d9a2c575787e54889.zip |
Added anti-flood option (irc_anti_flood) (task #5442)
Diffstat (limited to 'doc/en/config.xml')
-rw-r--r-- | doc/en/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index f085c76f3..b0595d46d 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -902,6 +902,13 @@ <entry>Disconnect after important lag (in minutes, 0 = never disconnect)</entry> </row> <row> + <entry><option>irc_anti_flood</option></entry> + <entry>integer</entry> + <entry>between 0 and 5</entry> + <entry>2</entry> + <entry>Anti-flood: # seconds between two user messages (0 = no anti-flood)</entry> +</row> +<row> <entry><option>irc_fifo_pipe</option></entry> <entry>boolean</entry> <entry>'on' or 'off'</entry> |