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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user