implement command aliases (#2236)

See #2229
This commit is contained in:
Shivaram Lingamneni
2025-03-30 21:32:37 -04:00
committed by GitHub
parent f5bb5afdd6
commit 7256d83ff0
5 changed files with 55 additions and 7 deletions

View File

@@ -375,6 +375,11 @@ server:
# if you don't want to publicize how popular the server is
suppress-lusers: false
# optionally map command alias names to existing ergo commands. most deployments
# should ignore this.
#command-aliases:
#"UMGEBUNG": "AMBIANCE"
# account options
accounts:
# is account authentication enabled, i.e., can users log into existing accounts?