From c275233c7c356058c812ed3906a833b678e9de69 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Apr 2009 19:03:40 +0000 Subject: Heres the beef so far git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11326 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 2 +- include/modules.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/command_parse.h b/include/command_parse.h index f1d9d1b1c..f0d1990dc 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -201,7 +201,7 @@ class CoreExport CommandParser : public classbase * @param dest The output string, it is safe to pass source and dest as the same variable only for translation type TR_TEXT. * @return returns the number of substitutions made. Will always be 0 or 1 for TR_TEXT and 0..n for other types. */ - int TranslateUIDs(TranslateType to, const std::string &source, std::string &dest); + int TranslateUIDsOnce(TranslateType to, const std::string &source, std::string &dest); int TranslateUIDs(const std::deque to, const std::deque &source, std::string &dest); }; diff --git a/include/modules.h b/include/modules.h index 2f0f48b00..7239d7a9b 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1703,7 +1703,7 @@ class CoreExport ModuleManager : public classbase * SetPriority method for this, where you may specify other modules to * be prioritized against. */ - bool SetPriority(Module* mod, Priority s); + bool SetModulePriority(Module* mod, Priority s); /** Attach an event to a module. * You may later detatch the event with ModuleManager::Detach(). -- cgit v1.2.3