]> git.armaanb.net Git - sic.git/blobdiff - config.def.h
applied Eric's config.def.h patch
[sic.git] / config.def.h
diff --git a/config.def.h b/config.def.h
new file mode 100644 (file)
index 0000000..6bbad14
--- /dev/null
@@ -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"