]> jfr.im git - irc/quakenet/newserv.git/blame - chanserv/chancmds/chanserv_chancmds.c
A4STATS: remove E style escapes and switch to createtable for indices
[irc/quakenet/newserv.git] / chanserv / chancmds / chanserv_chancmds.c
CommitLineData
ee8cd7d0 1#include "../../dbapi/dbapi.h"
7f32dbdf
P
2#include "../chanserv.h"
3#include "../../lib/version.h"
4
5MODULE_VERSION(QVERSION)
b3565978 6
ee8cd7d0 7DBModuleIdentifier q9cdbid;
b3565978
CP
8
9void chancmds_init(void) {
ee8cd7d0 10 q9cdbid = dbgetid();
b3565978
CP
11}
12
13void chancmds_fini(void) {
ee8cd7d0 14 dbfreeid(q9cdbid);
b3565978
CP
15}
16