]> jfr.im git - irc/quakenet/newserv.git/blame - usercount/usercount.h
CHANSERV: fix issue where chanserv_relay doesn't wait for db to be loaded before...
[irc/quakenet/newserv.git] / usercount / usercount.h
CommitLineData
2a26f457
CP
1#ifndef __USERCOUNT_H
2#define __USERCOUNT_H
3
4#include "../server/server.h"
5
6extern int servercount[MAXSERVERS];
7
8#endif