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:
@@ -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!");
|
||||||
|
|||||||
Reference in New Issue
Block a user