diff options
Diffstat (limited to 'src/botserv.cpp')
-rw-r--r-- | src/botserv.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/botserv.cpp b/src/botserv.cpp index 4007bb355..962f2b80e 100644 --- a/src/botserv.cpp +++ b/src/botserv.cpp @@ -12,7 +12,14 @@ /*************************************************************************/ #include "services.h" -#include "modules.h" +#include "anope.h" +#include "protocol.h" +#include "bots.h" +#include "regchannel.h" +#include "language.h" +#include "extern.h" +#include "access.h" +#include "channels.h" BotInfo *findbot(const Anope::string &nick) { |