deltarune-irc/cfg.h

7 lines
114 B
C
Raw Normal View History

2023-10-07 09:55:43 +00:00
//Settings
#define NICK "gamepadbot"
#define HOST "localhost"
#define PORT 6667
char *channels[] = {"#channel"};