Update the Anope config for the new password length fields. (#250)

This commit is contained in:
Sadie Powell
2024-01-04 22:18:19 +00:00
committed by GitHub
parent 0f6a485d7d
commit 0ebfbdf6ab

View File

@ -49,6 +49,8 @@ module {{
client = "NickServ"
forceemail = no
passlen = 1000 # Some tests need long passwords
maxpasslen = 1000
minpasslen = 1
}}
command {{ service = "NickServ"; name = "HELP"; command = "generic/help"; }}