1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 20:26:39 +02:00
Files
anope/include/module.h
T
Adam f858164dee Rewrote how commands are handled within Anope.
This allows naming commands and having spaces within command names.
2011-07-14 02:31:12 -04:00

10 lines
138 B
C

#ifndef MODULE_H
#define MODULE_H
#include "services.h"
#include "modules.h"
#include "oper.h"
#include "commands.h"
#endif // MODULE_H