diff options
author | Adam <Adam@anope.org> | 2013-05-05 01:55:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-05 01:55:04 -0400 |
commit | 1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (patch) | |
tree | 4486f0784bdf050fd7eb225c0cb9df352ce1f45a /include/module.h | |
parent | 781defb7076ddfddf723ca08cd0a518b6657b64f (diff) |
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |