sic/config.def.h

9 lines
208 B
C
Raw Normal View History

2014-11-02 11:23:48 +03:00
// Host used when "-h" is not given
#define DEFAULT_HOST "irc.oftc.net"
// Port used when "-p" is not given
#define DEFAULT_PORT "6667"
// Timestamp format; see strftime(3)
#define TIMESTAMP_FORMAT "%F %R"