summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
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) */