To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Ctcpflood: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:ctcpflood}} {{Extra Module}} This module tries to block ctcp floods. {{Module arguments | count = none to two | extra = The first argument is the number of li..." |
>Un1matr1x mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:ctcpflood}} | {{DISPLAYTITLE:ctcpflood}} | ||
{{ | {{Core Module | version = 1.0}} | ||
This module tries to block ctcp floods. | This module tries to block ctcp floods. |
Latest revision as of 16:36, 7 November 2012
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod ctcpflood The code for this module can be found here. This module is part of ZNC since Version 1.0 |
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]