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:
@@ -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_ {
|
||||
|
||||
Reference in New Issue
Block a user