config.h 463 B

123456789101112131415
  1. /* Host used when "-h" is not given */
  2. #define DEFAULT_HOST "irc.oftc.net"
  3. /* Port used when "-p" is not given */
  4. #define DEFAULT_PORT "6667"
  5. /* Timestamp format; see strftime(3). */
  6. #define TIMESTAMP_FORMAT "%Y-%m-%d %R"
  7. /* Command prefix character. In most IRC clients this is '/'. */
  8. #define COMMAND_PREFIX_CHARACTER ':'
  9. /* Parting message used when none is specified with ":l ..." command. */
  10. #define DEFAULT_PARTING_MESSAGE "sic - 250 LOC are too much!"