From 86dac1e342e0b5b52dbd68152cdc8d5a60128ce8 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 29 Oct 2022 03:51:48 +0100 Subject: functionality. (it is functionally equivalent to the old version now) --- conf.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf.c (limited to 'conf.c') 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 + +char *CHANNELS[] = { + "a", + "b", + "jonathan", + "secret-channel", + NULL, +}; -- cgit v1.2.3