hibot/source/config.inc
2023-12-15 23:45:27 +01:00

8 lines
125 B
C++

#ifndef CONFIG_INC
const char * const username = PROGRAM_NAME;
const char * const password = "";
#define CONFIG_INC
#endif