Add DBPATH.
This commit is contained in:
parent
7083c02121
commit
0d781b9a4f
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
#define LPATH LOGPATH "/ircd.log" /* ircd logfile */
|
#define LPATH LOGPATH "/ircd.log" /* ircd logfile */
|
||||||
#define PPATH ETCPATH "/ircd.pid" /* pid file */
|
#define PPATH ETCPATH "/ircd.pid" /* pid file */
|
||||||
#define OPATH ETCPATH "/opers.motd" /* oper MOTD file */
|
#define OPATH ETCPATH "/opers.motd" /* oper MOTD file */
|
||||||
|
#define DBPATH ETCPATH "/ban.db" /* bandb file */
|
||||||
|
|
||||||
/* IGNORE_BOGUS_TS
|
/* IGNORE_BOGUS_TS
|
||||||
* Ignore bogus timestamps from other servers. Yes this will desync
|
* Ignore bogus timestamps from other servers. Yes this will desync
|
||||||
|
|
Loading…
Reference in a new issue