]> jfr.im git - solanum.git/commitdiff
Remove two obsolete constants.
authorJilles Tjoelker <redacted>
Wed, 3 Jun 2009 21:18:07 +0000 (23:18 +0200)
committerJilles Tjoelker <redacted>
Wed, 3 Jun 2009 21:18:07 +0000 (23:18 +0200)
include/ircd_defs.h

index 686cea487c4d1b311698d601d4bcfdcce6722eee..071c92f0f50c94259d6b71590e1f778688cf0db2 100644 (file)
 /* 23+1 for \0 */
 #define KEYLEN          24
 #define BUFSIZE         512    /* WARNING: *DONT* CHANGE THIS!!!! */
-#define MAXRECIPIENTS   20
-#define MAXBANLENGTH    1024
-#define OPERNICKLEN     NICKLEN*2      /* Length of OPERNICKs. */
+#define OPERNICKLEN     (NICKLEN*2)    /* Length of OPERNICKs. */
 
 #define USERHOST_REPLYLEN       (NICKLEN+HOSTLEN+USERLEN+5)
 #define MAX_DATE_STRING 32     /* maximum string length for a date string */