ctcpflood
From ZNC
| This module is part of ZNC-Extra. This module is not enabled by default. Instead, you have to configure ZNC with --enable-extra.Alternatively, the code for this module can be found here. Read Compiling modules to learn how to compile a module. |
This module tries to block ctcp floods.
Arguments
This user module takes none to two arguments. The first argument is the number of lines after which the flood-protection is triggered. The second argument is the time (s) to in which the number of lines is reached. The default setting is 4 CTCPs in 2 seconds
Read loading modules to learn more about loading modules.
Commands
<*ctcpflood> Commands: show, secs [limit], lines [limit] » show <*ctcpflood> Current limit is 4 CTCPs in 2 secs » secs 3 <*ctcpflood> Set seconds limit to [3] » lines 3 <*ctcpflood> Set lines limit to [3]