mirror of
https://github.com/anope/anope.git
synced 2026-06-25 14:26:39 +02:00
f858164dee
This allows naming commands and having spaces within command names.
10 lines
138 B
C
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
|