1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 21:46:37 +02:00

Clarify that one non-deprecated protocol module must be loaded.

This commit is contained in:
Sadie Powell
2024-05-23 15:40:56 +01:00
parent c72e12d0a6
commit aab3a8e5b6
+1 -1
View File
@@ -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)