1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

Make it clear that the hmac-* algos can't be used in the config.

This commit is contained in:
Sadie Powell
2026-06-08 09:09:19 +01:00
parent c71f69208d
commit 9280d90aba
+3
View File
@@ -120,5 +120,8 @@ if config:
token = "{password_hash}" token = "{password_hash}"
token_hash = "{algorithm}" token_hash = "{algorithm}"
""").lstrip()) """).lstrip())
else:
print(f"The {algorithm} algorithm can not be used in an oper or a jsonrpc/xmlrpc token.")
print()
print(f"Make sure you have the {module} module loaded!"); print(f"Make sure you have the {module} module loaded!");