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