summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2014-11-12 11:18:50 +0100
committerAnselm R Garbe <garbeam@gmail.com>2014-11-12 11:18:50 +0100
commit5eaa0fff0d2d5c4b3f875add16894d53a7da9c45 (patch)
tree82a17bfecee1f49735e601815d38bdf71169b6c4 /config.def.h
parentf87d3f5bef896bc066d46170b6e124d2a2239fba (diff)
downloadcic-5eaa0fff0d2d5c4b3f875add16894d53a7da9c45.tar.gz
applied Eric's follow up patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 6bbad14..6d720e9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,8 +1,14 @@
-// Host used when "-h" is not given
+/* Host used when "-h" is not given */
#define DEFAULT_HOST "irc.oftc.net"
-// Port used when "-p" is not given
+/* Port used when "-p" is not given */
#define DEFAULT_PORT "6667"
-// Timestamp format; see strftime(3)
-#define TIMESTAMP_FORMAT "%F %R"
+/* 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!"