summaryrefslogtreecommitdiff
path: root/include/module.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-07-14 02:31:12 -0400
committerAdam <Adam@anope.org>2011-07-14 02:31:12 -0400
commitf858164deed48f2dcacd5ffc06a55398a54da7e8 (patch)
tree89c3cf36bd8e94942370135218d67d6d17ee222e /include/module.h
parent924f6849fee4598a1a3a7f1a98d96b79e5ffd3b4 (diff)
Rewrote how commands are handled within Anope.
This allows naming commands and having spaces within command names.
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h
index 4e4c96607..6435f9b7f 100644
--- a/include/module.h
+++ b/include/module.h
@@ -2,7 +2,8 @@
#define MODULE_H
#include "services.h"
-#include "commands.h"
#include "modules.h"
+#include "oper.h"
+#include "commands.h"
#endif // MODULE_H