]> git.armaanb.net Git - sic.git/blobdiff - config.def.h
Initial config changes
[sic.git] / config.def.h
diff --git a/config.def.h b/config.def.h
deleted file mode 100644 (file)
index 6d720e9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* 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 "%Y-%m-%d %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 "sic - 250 LOC are too much!"