summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,