16 lines
342 B
C
16 lines
342 B
C
/* The database file */
|
|
#define DBFILE "data.sqlite"
|
|
|
|
/* Disables vulnerable commands */
|
|
#define NO_VULN_COMMANDS
|
|
|
|
/* Disables all logging */
|
|
/* #define NO_LOGGING */
|
|
|
|
/* Enables SSL support
|
|
* FIXME broken at the moment */
|
|
/* #define IRC_SSL_SUPPORT */
|
|
|
|
/* the bot that encompasses secondary users */
|
|
/* #define SECONDARY_NAMES_BOT "nil" */
|