aboutsummaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
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,
-};