summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-04-22 17:28:49 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-04-22 17:28:49 +0000
commitd153e04ffd4645e1c869acadf69cf754dbc21ebf (patch)
treee04148c84aa76ccd429a4e58b1d9bdc4130cad60
parentd04fbb953b7c1c9bf038255c121ef3c5f98bf598 (diff)
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
-rw-r--r--src/modules/ns_noop_convert.c5
-rw-r--r--version.log6
2 files changed, 8 insertions, 3 deletions
diff --git a/src/modules/ns_noop_convert.c b/src/modules/ns_noop_convert.c
index 31b2f4da6..b8e790f9a 100644
--- a/src/modules/ns_noop_convert.c
+++ b/src/modules/ns_noop_convert.c
@@ -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;
}
diff --git a/version.log b/version.log
index 9af07d1b1..f7cd3db44 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="18"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1241"
+VERSION_BUILD="1242"
# $Log$
#
+# BUILD : 1.7.18 (1242)
+# BUGS :
+# NOTES : Minor tweaks to the ns_noop_convert output
+#
# BUILD : 1.7.18 (1241)
# BUGS : 707
# NOTES : Applied a patch by jilles to fix various charybdis and ts6 related issues