From ae334addd024c11bb063704640d04cfd5f32bdce Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 26 May 2016 23:05:47 +0100 Subject: Clarify how to use deprecated encryption modules. --- data/anope.example.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/anope.example.conf b/data/anope.example.conf index b2dee0ca7..1d5dca213 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1166,7 +1166,9 @@ module module { name = "encryption/sha256" } /* - * [DEPRECATED] Deprecated encryption modules. + * [DEPRECATED] Deprecated encryption modules. You can only use these for compatibility with + * old databases and will need to load one of the above modules as your primary encryption + * module. */ #module { name = "encryption/md5" } #module { name = "encryption/sha1" } -- cgit