Probiotics (in bot form) for programming.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

13 line
254B

  1. /* The database file */
  2. #define DBFILE "data.sqlite"
  3. /* Disables vulnerable commands */
  4. #define NO_VULN_COMMANDS
  5. /* Disables all logging */
  6. /* #define NO_LOGGING */
  7. /* Enables SSL support
  8. * FIXME broken at the moment */
  9. /* #define IRC_SSL_SUPPORT */