diff options
| author | raven <citrons@mondecitronne.com> | 2026-03-25 16:14:42 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-03-25 16:14:42 -0500 |
| commit | 68983267c60a5a3fb8a036dbe70334f11aa60790 (patch) | |
| tree | 1d4e65334775e28c245f69ad19b765b72fe74e08 /server | |
| parent | 9c3e7206c0b54cb77341b633281fff9b13e9c731 (diff) | |
fix permissions for /unban
Diffstat (limited to 'server')
| -rw-r--r-- | server/commands.go | 1 |
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, |
