47 |
#define IDLEN 12 /* this is the maximum length, not the actual |
#define IDLEN 12 /* this is the maximum length, not the actual |
48 |
generated length; DO NOT CHANGE! */ |
generated length; DO NOT CHANGE! */ |
49 |
#define REALLEN 50 |
#define REALLEN 50 |
|
#define KILLLEN 90 |
|
50 |
#define LOCAL_CHANNELLEN 50 |
#define LOCAL_CHANNELLEN 50 |
51 |
#define CHANNELLEN 200 |
#define CHANNELLEN 200 |
52 |
#define TOPICLEN 300 |
#define TOPICLEN 300 |
53 |
#define REASONLEN 120 |
#define KILLLEN 180 |
54 |
#define KICKLEN 160 |
#define REASONLEN 180 |
55 |
#define AWAYLEN 160 |
#define KICKLEN 180 |
56 |
|
#define AWAYLEN 180 |
57 |
#define KEYLEN 23 |
#define KEYLEN 23 |
58 |
|
|
59 |
#define USERHOST_REPLYLEN (NICKLEN+HOSTLEN+USERLEN+5) |
#define USERHOST_REPLYLEN (NICKLEN+HOSTLEN+USERLEN+5) |