aboutsummaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-31 19:14:39 +0000
committerubq323 <ubq323@ubq323.website>2022-10-31 19:14:39 +0000
commit65fc26be19594c91b3af57c548c2e5c7307457f2 (patch)
treeed1857b7e5ac903896ecd8b6d1f43314748da584 /conf.c
parent1dc90feaf9d7db3c0e5d8233a5d60c46ee236c1c (diff)
multiple channels are now supported
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/conf.c b/conf.c
deleted file mode 100644
index 3c38adc..0000000
--- a/conf.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "conf.h"
-
-#include <stddef.h>
-
-char *CHANNELS[] = {
- "a",
- "b",
- "jonathan",
- "secret-channel",
- NULL,
-};