1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 12:43:13 +02:00

Removed MOD_HEAD, MOD_TAIL, and MOD_UNIQUE constants

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2507 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-09-16 23:27:34 +00:00
parent e16a512699
commit 09b92517d0
-4
View File
@@ -7,9 +7,5 @@
#include "modules.h"
#include "version.h"
#define MOD_UNIQUE 0
#define MOD_HEAD 1
#define MOD_TAIL 2
#endif