1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 03:23:13 +02:00

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
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-06 22:48:59 +00:00
parent a95a19faaf
commit 4171f140c2
140 changed files with 140 additions and 140 deletions
+1 -1
View File
@@ -1351,4 +1351,4 @@ class ProtoInspIRCd : public Module
}
};
MODULE_INIT(ProtoInspIRCd)
MODULE_INIT("inspircd12", ProtoInspIRCd)