summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-11 04:09:22 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-11 04:09:22 +0000
commitdb2a4c2c15bb170464bbff464d7cc79cd098df26 (patch)
treeb10f5610017924f51dde372b9a5fa473d9394188 /include/base.h
parentd4d2b9a1fbeea981dc0c35402483d6216e8e45ac (diff)
Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12430 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/base.h b/include/base.h
index 46855a06f..e75b4029f 100644
--- a/include/base.h
+++ b/include/base.h
@@ -200,10 +200,8 @@ typedef const reference<Module> ModuleRef;
enum ServiceType {
/** is a Command */
SERVICE_COMMAND,
- /** is a channel ModeHandler */
- SERVICE_CMODE,
- /** is a user ModeHandler */
- SERVICE_UMODE,
+ /** is a ModeHandler */
+ SERVICE_MODE,
/** is a metadata descriptor */
SERVICE_METADATA,
/** is a data processing provider (MD5, SQL) */