hibot/source/config.inc
2023-12-17 20:44:35 +01:00

13 lines
400 B
C++

#ifndef CONFIG_INC
const char * const username = PROGRAM_NAME;
const char * const password = "";
const int message_timeout = 3;
const char * const message_queue_full_message = "Air space too crowded in this area.";
#define message_queue_size 3
#define DEFAULT_LANGUAGE C
#define LOG_FILE stdout
#define CONFIG_INC
#endif