]> jfr.im git - irc/rqf/shadowircd.git/commit - include/client.h
Allow ctcp replies through floodcount after ctcp'ing a large group.
authorJilles Tjoelker <redacted>
Sun, 17 May 2009 18:52:16 +0000 (20:52 +0200)
committerJilles Tjoelker <redacted>
Sun, 17 May 2009 18:52:16 +0000 (20:52 +0200)
commitfcda56627d08f75aa3dba0a557dbce38f3bfd42a
tree52c77ec967dcf6bcb7fa13ffd61e81dcf9f459ce
parent8479094d8fbb96bcb4d5c1fd38812213f9978c70
Allow ctcp replies through floodcount after ctcp'ing a large group.

A large group is any $$ or $# or a channel with more than
floodcount/2 local members, checked on each server separately.
Note that floodcount checks are done on the sender's server.

The special treatment is active for 15 seconds.
include/client.h
modules/core/m_message.c