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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user