diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-08-05 06:34:16 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-08-05 06:34:16 +0000 |
commit | 9937d542252776221f018478c142face3e1ba1a1 (patch) | |
tree | 9c7d1a9422c2a43ff7e8ec25d08c988e66c2146d /include/module.h | |
parent | 4d842e5ab23fbb28df0a4694c312bcbc77e78442 (diff) |
Applied max length check to bot nick
git-svn-id: svn://svn.anope.org/anope/trunk@849 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@602 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/module.h b/include/module.h index fa09f545c..1b92f95c4 100644 --- a/include/module.h +++ b/include/module.h @@ -1,3 +1,6 @@ +#ifndef MODULE_H +#define MODULE_H + #include "services.h" #include "commands.h" #include "language.h" @@ -7,3 +10,6 @@ #define MOD_UNIQUE 0 #define MOD_HEAD 1 #define MOD_TAIL 2 + +#endif + |