hibot/source/config.inc

13 lines
412 B
C++

#ifndef CONFIG_INC
const char * const username = "hibot2"; //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