diff options
author | ubq323 <ubq323@ubq323.website> | 2022-10-31 19:14:39 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-10-31 19:14:39 +0000 |
commit | 65fc26be19594c91b3af57c548c2e5c7307457f2 (patch) | |
tree | ed1857b7e5ac903896ecd8b6d1f43314748da584 /conf.c | |
parent | 1dc90feaf9d7db3c0e5d8233a5d60c46ee236c1c (diff) |
multiple channels are now supported
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,11 +0,0 @@ -#include "conf.h" - -#include <stddef.h> - -char *CHANNELS[] = { - "a", - "b", - "jonathan", - "secret-channel", - NULL, -}; |