sic/config.def.h
2014-11-02 09:23:48 +01:00

9 lines
208 B
C

// 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"