diff options
author | Adam <Adam@anope.org> | 2014-03-01 04:27:45 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-03-01 04:27:45 -0500 |
commit | 2ad4c1906ecdf2652f10e04049148f4c078d2264 (patch) | |
tree | e77fea7d0e464ac6099bd5fb2aecc5e2a2797e0b | |
parent | 049760cc7e3bf8685e0b13baa076ce0fb00ddd42 (diff) |
Fix incorrect comment in modules.example.conf
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 01e2760c2..86b83b583 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -519,7 +519,7 @@ module { name = "help" } #module { name = "m_sasl_dh-aes" } /* - * m_sasl_dh-aes [EXTRA] + * m_sasl_dh-blowfish [EXTRA] * * Add the DH-BLOWFISH mechanism to SASL. * Requires m_sasl to be loaded. |