summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2014-11-02 09:23:48 +0100
committerAnselm R Garbe <garbeam@gmail.com>2014-11-02 09:23:48 +0100
commitf87d3f5bef896bc066d46170b6e124d2a2239fba (patch)
tree4425a0294e543fea00425e13c4040aa451513a8d /config.def.h
parent7cfa52d6eb11bd1c14e626806cce56c3faeadf26 (diff)
downloadcic-f87d3f5bef896bc066d46170b6e124d2a2239fba.tar.gz
applied Eric's config.def.h patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 8 insertions, 0 deletions
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"