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

8 lines
162 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 */