From 2936e431937bceb17e1e9072d212ab267d912b9e Mon Sep 17 00:00:00 2001 From: Paige Thompson Date: Sun, 5 Jan 2025 13:23:37 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f82137..6f0c96d 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,11 @@ Note that it does not specify TLS in this case, that's provided with `stunnel`: - `docker-compose up -d` - Refer to https://github.com/supernets/atheme/tree/master for Atheme configuration instructions. +# Administration +- OPER: `/oper admin ` +- OJOIN Override any channel restriction to join: `/quote ojoin #services` +- SNOMASKS are configured to log to `#opers` + # TODO - The `password_hash` in conjunction with the `PBKDF` module can be used to produce hashed passwords which can be used in configuration: https://docs.inspircd.org/3/modules/password_hash/ this unfortunately as it is now assumes that you already have a server running and can use `/MKPASSWD` to create passwords.