diff --git a/src/init.cpp b/src/init.cpp index 7ca404d7e..49b38dc22 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -536,7 +536,7 @@ bool Anope::Init(int ac, char **av) auto *encryption = ModuleManager::FindFirstOf(ENCRYPTION); if (!encryption) - throw CoreException("You must load an encryption module!"); + throw CoreException("You must load a non-deprecated encryption module!"); auto *protocol = ModuleManager::FindFirstOf(PROTOCOL); if (!protocol)