diff options
| author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-15 15:23:57 +0000 |
|---|---|---|
| committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-15 15:23:57 +0000 |
| commit | 92170818ffd03887b60759f8cb729454204678a7 (patch) | |
| tree | 4739b40f457cfb2f785ba547e5c1e01f52fad6d3 /include | |
| parent | 0c985ee709dd0a342b120b7bd8d03c6172e0798a (diff) | |
Fix CFLAG_ALLOW_UNREGISTERED.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2068 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index ba0a2bc8f..aa1d6c6c6 100644 --- a/include/modules.h +++ b/include/modules.h @@ -148,7 +148,7 @@ struct ModuleLang_ { enum CommandFlags { - CFLAG_ALLOW_UNREGISTERED + CFLAG_ALLOW_UNREGISTERED = 1 }; /** Every services command is a class, inheriting from Command. |
