From db2a4c2c15bb170464bbff464d7cc79cd098df26 Mon Sep 17 00:00:00 2001 From: danieldg Date: Thu, 11 Feb 2010 04:09:22 +0000 Subject: 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 --- src/modules.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 52a25d37c..bfe0deecb 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -433,8 +433,7 @@ void ModuleManager::AddService(ServiceProvider& item) if (!ServerInstance->Parser->AddCommand(static_cast(&item))) throw ModuleException("Command "+std::string(item.name)+" already exists."); return; - case SERVICE_CMODE: - case SERVICE_UMODE: + case SERVICE_MODE: if (!ServerInstance->Modes->AddMode(static_cast(&item))) throw ModuleException("Mode "+std::string(item.name)+" already exists."); return; -- cgit v1.3.1-10-gc9f91