mirror of
https://github.com/anope/anope.git
synced 2026-06-29 02:46:37 +02:00
BUILD : 1.7.18 (1242) BUGS : NOTES : Minor tweaks to the ns_noop_convert output
git-svn-id: svn://svn.anope.org/anope/trunk@1242 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@961 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
d04fbb953b
commit
d153e04ffd
@@ -74,12 +74,13 @@ int AnopeInit(int argc, char **argv)
|
||||
moduleAddVersion(VERSION);
|
||||
moduleSetType(SUPPORTED);
|
||||
|
||||
alog("ns_noop_convert: Your auto-op database has been converted, and this module will now");
|
||||
alog("ns_noop_convert: unload itsself. You can now remove this module from your config");
|
||||
if (mLoadConfig(0, NULL))
|
||||
return MOD_STOP;
|
||||
|
||||
mLoadData();
|
||||
|
||||
alog("ns_noop_convert: Your auto-op database has been converted and this module will now");
|
||||
alog("ns_noop_convert: unload itself. You can now remove this module from your config");
|
||||
|
||||
return MOD_STOP;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user