aboutsummaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-29 03:51:48 +0100
committerubq323 <ubq323@ubq323.website>2022-10-29 03:51:54 +0100
commit86dac1e342e0b5b52dbd68152cdc8d5a60128ce8 (patch)
treefa8c383b468918b948a9fb5aadc3a1ef75a96b14 /conf.h
parent8e7e23110bc483ba647d33d6f46a7fac1302107c (diff)
functionality. (it is functionally equivalent to the old version now)
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.h b/conf.h
index c405d11..5f84b0e 100644
--- a/conf.h
+++ b/conf.h
@@ -14,11 +14,12 @@
#endif
-#define NICK "Bee"
+#define NICK "Bee2"
#define USERNAME "apiobot"
#define REALNAME "apiobot"
-#define CHANNEL "#a"
+// defined in conf.c
+extern char *CHANNELS[];
#endif // conf_h_INCLUDED