diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-06 22:48:59 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-06 22:48:59 +0000 |
commit | 4171f140c237f6384ddd55f6015678ef270df7e4 (patch) | |
tree | 4239f46dd4c90de212e68e86fff99f16047b67fb /src/core/os_admin.c | |
parent | a95a19faaf64113a6eb553b437dfddbc27ea7e7b (diff) |
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
Diffstat (limited to 'src/core/os_admin.c')
-rw-r--r-- | src/core/os_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_admin.c b/src/core/os_admin.c index ca00b3622..b2d9716fc 100644 --- a/src/core/os_admin.c +++ b/src/core/os_admin.c @@ -231,4 +231,4 @@ int admin_list(int number, NickCore * nc, User * u, int *sent_header) return 1; } -MODULE_INIT(OSAdmin) +MODULE_INIT("os_admin", OSAdmin) |