From 1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 5 May 2013 01:55:04 -0400 Subject: Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in. --- include/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/module.h') diff --git a/include/module.h b/include/module.h index 08ba8a4bd..6ff54a31f 100644 --- a/include/module.h +++ b/include/module.h @@ -12,7 +12,6 @@ #ifndef MODULE_H #define MODULE_H -/* Just include everything for now */ #include "access.h" #include "account.h" #include "anope.h" @@ -47,6 +46,7 @@ #include "users.h" #include "xline.h" +#include "chanserv.h" #include "global.h" #include "memoserv.h" #include "nickserv.h" -- cgit