sic/config.def.h

15 lines
461 B
C
Raw Normal View History

2014-11-12 13:18:50 +03:00
/* Host used when "-h" is not given */
2022-09-24 14:27:42 +03:00
#define DEFAULT_HOST "iiiypuk.me"
2014-11-02 11:23:48 +03:00
2014-11-12 13:18:50 +03:00
/* Port used when "-p" is not given */
2014-11-02 11:23:48 +03:00
#define DEFAULT_PORT "6667"
2014-11-12 13:18:50 +03:00
/* Timestamp format; see strftime(3). */
#define TIMESTAMP_FORMAT "%Y-%m-%d %R"
/* Command prefix character. In most IRC clients this is '/'. */
#define COMMAND_PREFIX_CHARACTER ':'
/* Parting message used when none is specified with ":l ..." command. */
#define DEFAULT_PARTING_MESSAGE "sic - 250 LOC are too much!"