From 65fc26be19594c91b3af57c548c2e5c7307457f2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 31 Oct 2022 19:14:39 +0000 Subject: multiple channels are now supported --- conf.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 conf.c (limited to 'conf.c') 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 - -char *CHANNELS[] = { - "a", - "b", - "jonathan", - "secret-channel", - NULL, -}; -- cgit v1.2.3