mirror of
https://github.com/anope/anope.git
synced 2026-06-24 15:06:38 +02:00
55bf4dbcab
git-svn-id: svn://svn.anope.org/anope/trunk@1 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1 5417fbe8-f217-4b02-8779-1006273d7864
10 lines
164 B
C
10 lines
164 B
C
#include "../services.h"
|
|
#include "../commands.h"
|
|
#include "../language.h"
|
|
#include "../modules.h"
|
|
|
|
#define MOD_UNIQUE 0
|
|
#define MOD_HEAD 1
|
|
#define MOD_TAIL 2
|
|
|