]> jfr.im git - irc/quakenet/newserv.git/blame - irc/irc_config.h
NICK: Add "away" functionality.
[irc/quakenet/newserv.git] / irc / irc_config.h
CommitLineData
c86edd1d
Q
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
5144ddc4 13#define AWAYLEN 160
c86edd1d
Q
14
15#define MAXSERVERS 4096
16
17#define BUFSIZE 512
18
19#define MAXMODEARGS 6
20
21#define HIS_SERVER 1
22#define HIS_SERVERNAME "*.quakenet.org"
c9956f0b 23#define HIS_SERVERDESC "QuakeNet IRC Server"
44390d9f 24#define HIS_HIDDENHOST "users.quakenet.org"
c86edd1d 25