1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 21:03:13 +02:00

moduleInsertLanguage() -> Module::InsertLanguage()

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1585 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-08 01:13:19 +00:00
parent d5162d6e45
commit d2e5ef67e3
8 changed files with 888 additions and 931 deletions
+8
View File
@@ -169,6 +169,14 @@ CoreExport class Module
* @param type The type to set the module as.
*/
void SetType(MODType type);
/**
* Allow a module to add a set of language strings to anope
* @param langNumber the language number for the strings
* @param ac The language count for the strings
* @param av The language sring list.
**/
void InsertLanguage(int langNumber, int ac, const char **av);
};
struct ModuleHash_ {