aboutsummaryrefslogtreecommitdiff
path: root/bee.c
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-24 17:35:12 +0000
committerubq323 <ubq323@ubq323.website>2023-01-24 17:35:12 +0000
commitc3d79d07b96c3e2bee7bbdfbc7ec3f6e7af59e17 (patch)
treeaa358412be78c9aa6967623b34b0b0d905abedb7 /bee.c
parent60a4a26ce76850f3d374d7206e702fbc6548f58b (diff)
support passwords for joining channels, and refactor channel list into a separate module
Diffstat (limited to 'bee.c')
-rw-r--r--bee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bee.c b/bee.c
index daa52bd..89ad3ff 100644
--- a/bee.c
+++ b/bee.c
@@ -1,4 +1,5 @@
#include "irc.h"
+#include "chanlist.h"
#include "unix.h"
#include "conf.h"
#include "debug.h"