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/de/config.xml | |
parent | c774d9eb008593a9c3dc519fcb7f7a858eb45ef8 (diff) | |
download | weechat-10ab4b0a2005e4374e67d06d9a2c575787e54889.zip |
Added anti-flood option (irc_anti_flood) (task #5442)
Diffstat (limited to 'doc/de/config.xml')
-rw-r--r-- | doc/de/config.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/de/config.xml b/doc/de/config.xml index e71dfdb74..10126db33 100644 --- a/doc/de/config.xml +++ b/doc/de/config.xml @@ -902,9 +902,16 @@ <entry>Maximal-Lag bis zum Trennen der Verbindung (in Minuten - 0: nie trennen)</entry> </row> <row> + <entry><option>irc_anti_flood</option></entry> + <entry>Ganzzahl</entry> + <entry>zwischen 0 und 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>zwischen 0 und 2147483647</entry> + <entry>zwischen 0 und 5</entry> <entry>'off'</entry> <entry>Einen FIFO zur Fernsteuerung des Clients von anderen Prozessen öffnen</entry> </row> |