Skip to content

Commit f9ce748

Browse files
committed
Fix support for latest Anope 2.1
enc_sha256 cannot be loaded since anope/anope@6e0f0b8
1 parent 56e0565 commit f9ce748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irctest/controllers/anope_services.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}}
6868
6969
module {{ name = "{module_prefix}sasl" }}
70-
module {{ name = "enc_sha256" }}
70+
module {{ name = "enc_bcrypt" }}
7171
module {{ name = "ns_cert" }}
7272
7373
"""

0 commit comments

Comments
 (0)