From 4171f140c237f6384ddd55f6015678ef270df7e4 Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Thu, 6 Nov 2008 22:48:59 +0000 Subject: Add module name to MODULE_INIT. This is not yet actually used, but it will be soon.. >_> git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1567 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/cs_tban.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/cs_tban.c') diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c index 570ed4d37..729ad4ba1 100644 --- a/src/modules/cs_tban.c +++ b/src/modules/cs_tban.c @@ -244,4 +244,4 @@ void mAddLanguages(void) /* EOF */ -MODULE_INIT(CSTBan) +MODULE_INIT("cs_tban", CSTBan) -- cgit