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
245 B
C
Raw Normal View History

2023-08-07 10:04:15 -04:00
#define DBFILE "probotic_data.sqlite"
2023-08-07 10:33:32 -04:00
/* Disables vulnerable commands */
/* #define NO_VULN_COMMANDS */
/* Enables SSL support */
/* #define IRC_SSL_SUPPORT */
2023-08-07 10:41:03 -04:00
/* Spits out a message when connected */
/* #define INITIAL_ASSIGNMENT_MESSAGE */