mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 22:06:37 +02:00
9f4296d648
maximum number of conversations a user can have with other users at the same time. Until now this was hardcoded at limiting /MSG and /INVITE to 20 different users in a 15 second period. The new default is 10 users, which serves as a protection measure against spambots. See https://www.unrealircd.org/docs/Set_block#maxcc for more details.