]> git.armaanb.net Git - sic.git/blobdiff - config.h
Initial config changes
[sic.git] / config.h
diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..403fb71
--- /dev/null
+++ b/config.h
@@ -0,0 +1,14 @@
+/* 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 "%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 "goodbye"