From e8d75db5edef3d36108caf2e5d79e066d5f9abf4 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 26 Jun 2015 16:41:03 +0200 Subject: [PATCH] upgrade-conf: tell user it would be wise if they read the freshly converted configuration files :) --- src/updconf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/updconf.c b/src/updconf.c index 80fca1e5f..d4a7365ba 100644 --- a/src/updconf.c +++ b/src/updconf.c @@ -1578,6 +1578,8 @@ void update_conf(void) { config_status(""); config_status("%d configuration file(s) upgraded. You can now boot UnrealIRCd with your freshly converted conf's!", upgraded_files); + config_status("You should probably take a look at the converted configuration files now or at a later time."); + config_status("See also https://www.unrealircd.org/docs/Upgrading_from_3.2.x and the sections in there (eg: Oper block)"); config_status(""); } else { config_status("");