summaryrefslogtreecommitdiff
path: root/config.def.h
blob: 6bbad14192a29e8911a11b7fe54c9febd1a9d485 (plain)
1
2
3
4
5
6
7
8
// 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"