This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/config.mk.h

11 lines
236 B
C

#define DBFILE "data.sqlite"
/* Disables vulnerable commands */
/* #define NO_VULN_COMMANDS */
/* Enables SSL support */
/* #define IRC_SSL_SUPPORT */
/* Spits out a message when connected */
/* #define INITIAL_ASSIGNMENT_MESSAGE */