diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |