0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-31 14:54:40 +02:00

Remove two obsolete constants.

This commit is contained in:
Jilles Tjoelker 2009-06-03 23:18:07 +02:00
parent 6657de63ac
commit 01a7f6d4f9

View file

@ -115,9 +115,7 @@
/* 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 */