]> jfr.im git - irc/quakenet/newserv.git/blame - chanserv/chancmds/chanserv_chancmds.c
Someone figured out how to print the ip, nterfacer now shows bad IP connections.
[irc/quakenet/newserv.git] / chanserv / chancmds / chanserv_chancmds.c
CommitLineData
ee8cd7d0 1#include "../../dbapi/dbapi.h"
b3565978 2
ee8cd7d0 3DBModuleIdentifier q9cdbid;
b3565978
CP
4
5void chancmds_init(void) {
ee8cd7d0 6 q9cdbid = dbgetid();
b3565978
CP
7}
8
9void chancmds_fini(void) {
ee8cd7d0 10 dbfreeid(q9cdbid);
b3565978
CP
11}
12