aboutsummaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-29 03:51:48 +0100
committerubq323 <ubq323@ubq323.website>2022-10-29 03:51:54 +0100
commit86dac1e342e0b5b52dbd68152cdc8d5a60128ce8 (patch)
treefa8c383b468918b948a9fb5aadc3a1ef75a96b14 /conf.c
parent8e7e23110bc483ba647d33d6f46a7fac1302107c (diff)
functionality. (it is functionally equivalent to the old version now)
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,
+};