summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 01:13:19 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 01:13:19 +0000
commitd2e5ef67e3cd1bab3af02fabc521533fda2d9da8 (patch)
treef2593b651b0fa25383c1190bf226680e57a79a09 /include/modules.h
parentd5162d6e45aa484b918f4e2f97f5fcfb49b537e0 (diff)
moduleInsertLanguage() -> Module::InsertLanguage()
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1585 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h8
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_ {