diff options
-rw-r--r-- | data/anope.example.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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" } |