X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;fp=config.def.h;h=6bbad14192a29e8911a11b7fe54c9febd1a9d485;hb=f87d3f5bef896bc066d46170b6e124d2a2239fba;hp=0000000000000000000000000000000000000000;hpb=7cfa52d6eb11bd1c14e626806cce56c3faeadf26;p=sic.git diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..6bbad14 --- /dev/null +++ b/config.def.h @@ -0,0 +1,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"