1 #ifndef HEADER_DEFINES
2 #define HEADER_DEFINES
3 
4 #define COMMANDHISTORYLEN 100
5 #define TEMPLEN 10000
6 #define BUFLEN 50000
7 #define SERVER 1
8 #define DCCCHAT 2
9 #define DCCFILESEND 3
10 #define DCCFILEGET 4
11 #define IRCMAXLEN 513
12 #define CHANNAMELEN 200
13 #define NICKNAMELEN 30
14 #define IPLEN 255
15 // WINDOW is max of CHANNAME NICKNAME and IP.
16 #define WINDOWNAMELEN 255
17 #define USERLEN 32
18 
19 #endif
20