summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraven <citrons@mondecitronne.com>2026-03-25 16:14:42 -0500
committerraven <citrons@mondecitronne.com>2026-03-25 16:14:42 -0500
commit68983267c60a5a3fb8a036dbe70334f11aa60790 (patch)
tree1d4e65334775e28c245f69ad19b765b72fe74e08
parent9c3e7206c0b54cb77341b633281fff9b13e9c731 (diff)
fix permissions for /unban
-rw-r--r--server/commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/commands.go b/server/commands.go
index a91b206..72b9413 100644
--- a/server/commands.go
+++ b/server/commands.go
@@ -318,6 +318,7 @@ var commandAuth = map[string]authLevel {
"tp": cheatAuth,
"kick": moderateAuth,
"ban": moderateAuth,
+ "unban": moderateAuth,
"createLevel": opAuth,
"op": opAuth,
"deop": opAuth,