Implement static config for server info

This commit is contained in:
Logan Cusano
2025-06-22 22:08:25 -04:00
parent 84135f1eb0
commit 01f892a6db
3 changed files with 22 additions and 7 deletions

View File

@@ -30,6 +30,8 @@ if not app_conf.get("nickname"):
app_conf.set("nickname", generated_nickname)
NICKNAME = app_conf.get("nickname")
print(app_conf)
# ----------------------------
# Dictionary mapping command names (strings) to local client functions