From 79a81468e6c217d4428677442b22d6d13f96a6ad Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Thu, 1 Sep 2005 15:56:01 +0000 Subject: 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 --- include/modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/modules.h') 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); /*************************************************************************/ -- cgit