diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 7926af593..d20cd7dc5 100644 --- a/include/modules.h +++ b/include/modules.h @@ -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_ { |