HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/ircII/help/set/ctcp_reply_flood_size
!	 $eterna: ctcp_reply_flood_size,v 1.3 2018/06/10 02:25:32 mrg Exp $
!
Usage: SET CTCP_REPLY_FLOOD_SIZE <size in bytes>
  Used by the CTCP reply flood protection system. Setting
  NO_CTCP_FLOOD to OFF disables the system entirely.

  Each time you are requested to send more than
  CTCP_REPLY_FLOOD_SIZE bytes in CTCP_REPLY_BACKLOG_SECONDS
  no ctcp replies will be done for CTCP_REPLY_IGNORE_SECONDS.

  Known good values are 256 bytes/ 5s/ 10s.

  This is a sliding window, i.e. you can't get caught sending
  too much because of a 5s boundary, and the checking is still
  active even if you don't reply anymore, which avoids replying
  again every 10s if you're under attack.

  If your VERBOSE_CTCP is ON begins and ends of ignore periods
  will be shown.

See Also:
  SET CTCP_REPLY_BACKLOG_SECONDS
  SET CTCP_REPLY_IGNORE_SECONDS
  SET VERBOSE_CTCP
  SET NO_CTCP_FLOOD