diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-01 15:56:01 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-01 15:56:01 +0000 |
commit | 79a81468e6c217d4428677442b22d6d13f96a6ad (patch) | |
tree | af29b1e92b4dc0d7a3b770272b8551dabd129861 /include/modules.h | |
parent | 79ef8a938a183baefe15b06a4854717a944310d6 (diff) |
BUILD : 1.7.10 (866) BUGS : NOTES : Added a moduleGetLangString() function to allow modules to retrieve their language strings instead of only being able to send a NOTICE with them
git-svn-id: svn://svn.anope.org/anope/trunk@866 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@616 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index c2abd3279..ad56cbf87 100644 --- a/include/modules.h +++ b/include/modules.h @@ -338,6 +338,7 @@ extern char *mod_current_evtbuffer; MDE void moduleInsertLanguage(int langNumber, int ac, char **av); MDE void moduleNoticeLang(char *source, User *u, int number, ...); +MDE char *moduleGetLangString(User * u, int number); MDE void moduleDeleteLanguage(int langNumber); /*************************************************************************/ |