]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Limit channel invite and ban lists to 50 entries
[ngircd-alex.git] / src / ngircd / defines.h
index e75866811c3421358c79da33f3af4f15506e80b3..e7a14ef88959069a67f7ecb8f53c7c03c5b2071f 100644 (file)
 /** Max. number of LIST replies. */
 #define MAX_RPL_LIST 100
 
+/** Max. number of elemets allowed in channel invite and ban lists. */
+#define MAX_HNDL_CHANNEL_LISTS 50
+
 /** Max. number of channel modes with arguments per MODE command. */
 #define MAX_HNDL_MODES_ARG 5