aboutsummaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.c b/conf.c
new file mode 100644
index 0000000..3c38adc
--- /dev/null
+++ b/conf.c
@@ -0,0 +1,11 @@
+#include "conf.h"
+
+#include <stddef.h>
+
+char *CHANNELS[] = {
+ "a",
+ "b",
+ "jonathan",
+ "secret-channel",
+ NULL,
+};