1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 13:26:37 +02:00

crule: remove CR_DEBUG, bump some limits and remove collapse() call

This commit is contained in:
Bram Matthys
2023-07-16 10:38:01 +02:00
parent 08cb0fc05d
commit 2beefcd2ee
2 changed files with 7 additions and 110 deletions
+2 -2
View File
@@ -1078,8 +1078,8 @@ struct Secret {
#define CRULE_AUTO 1
/* some constants and shared data types */
#define CR_MAXARGLEN 80 /**< Maximum arg length (must be > HOSTLEN) */
#define CR_MAXARGS 3 /**< Maximum number of args for a rule */
#define CR_MAXARGLEN 160 /**< Maximum arg length (must be > HOSTLEN) */
#define CR_MAXARGS 5 /**< Maximum number of args for a rule */
/* context when running a crule */
typedef struct crule_context crule_context;