]> git.armaanb.net Git - sic.git/blob - config.def.h
6bbad14192a29e8911a11b7fe54c9febd1a9d485
[sic.git] / config.def.h
1 // Host used when "-h" is not given
2 #define DEFAULT_HOST "irc.oftc.net"
3
4 // Port used when "-p" is not given
5 #define DEFAULT_PORT "6667"
6
7 // Timestamp format; see strftime(3)
8 #define TIMESTAMP_FORMAT "%F %R"