]> jfr.im git - irc/quakenet/newserv.git/blob - irc/irc_config.h
4d8202d05b24436bdb9ee7f6af24fa8c79b3528d
[irc/quakenet/newserv.git] / irc / irc_config.h
1 /* irc_config.h:
2 * This file contains all the network specific defines (NICKLEN & co).
3 */
4
5 #define NICKLEN 15
6 #define ACCOUNTLEN 15
7 #define HOSTLEN 63
8 #define USERLEN 10
9 #define REALLEN 50
10 #define TOPICLEN 250
11 #define CHANNELLEN 200
12 #define KEYLEN 23
13
14 #define MAXSERVERS 4096
15
16 #define BUFSIZE 512
17
18 #define MAXMODEARGS 6
19
20 #define HIS_SERVER 1
21 #define HIS_SERVERNAME "*.quakenet.org"
22 #define HIS_SERVERDESC "QuakeNet IRC Server"
23 #define HIS_HIDDENHOST "users.quakenet.org"
24