#include "services.h"
#include "hash.h"
#include "nickserv.h"
#include "memoserv.h"
#include "infoserv.h"
#include "db.h"
#include "log.h"
Go to the source code of this file.
Functions | |
void | readConf (void) |
Reads the services configuration file. | |
Variables | |
int | svcOptFork = 0 |
int | ipcPort |
Port number for services IPC server to listen on. |
Max Byrd
Greg Poma
James Hess
Definition in file conf.c.
|
Reads the services configuration file. void loadAKills(void); void saveAKills(void); Definition at line 72 of file conf.c. References AccessLimit, addOpData(), AkickLimit, ChanLimit, delOpData(), getRegNickData(), ipcPort, myname, mypass, NHOLD, NickLimit, OAKILL, OCBANDEL, OCLONE, OIGNORE, OLIST, ONBANDEL, OPFLAG_DEFAULT, OpLimit, ORAKILL, OREMROOT, OROOT, OSERVOP, OSETFLAG, and sshutdown(). Referenced by main(). |