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