From dbc4e4043413fe9e79650be88b206a29c1805b35 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 7 Jan 2010 16:55:34 -0600 Subject: [PATCH] Add DBPATH. --- include/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/config.h b/include/config.h index 04fcfdb..4e5a519 100644 --- a/include/config.h +++ b/include/config.h @@ -71,6 +71,7 @@ #define LPATH LOGPATH "/ircd.log" /* ircd logfile */ #define PPATH ETCPATH "/ircd.pid" /* pid file */ #define OPATH ETCPATH "/opers.motd" /* oper MOTD file */ +#define DBPATH ETCPATH "/ban.db" /* bandb file */ /* IGNORE_BOGUS_TS * Ignore bogus timestamps from other servers. Yes this will desync