diff options
| author | 2010-02-11 04:09:22 +0000 | |
|---|---|---|
| committer | 2010-02-11 04:09:22 +0000 | |
| commit | db2a4c2c15bb170464bbff464d7cc79cd098df26 (patch) | |
| tree | b10f5610017924f51dde372b9a5fa473d9394188 /include/base.h | |
| parent | Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non... (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.h | 6 |
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) */ |
