summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-08-07 03:24:09 -0400
committerTest_User <hax@andrewyu.org>2023-08-07 03:24:09 -0400
commit4f6fdc6d4faba1c268b8714be26f683de6884c77 (patch)
tree188b89caf3a79a63f5296f08ace24de719c21aef /commands.c
parent742319702b61282dbd784ea3abf3ad3d847a3b25 (diff)
downloadcoupserv-4f6fdc6d4faba1c268b8714be26f683de6884c77.tar.gz
coupserv-4f6fdc6d4faba1c268b8714be26f683de6884c77.zip
More client usability stuff
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 0938ee2..f7b581d 100644
--- a/commands.c
+++ b/commands.c
@@ -69,7 +69,7 @@ int raw_command(struct string sender, struct string original_message, struct str
}
static struct command_def raw_command_def = {
.func = raw_command,
- .privs = STRING("Admin"),
+ .privs = STRING("NetAdmin"),
.local_only = 0,
.summary = STRING("Sends a raw message to the server\n"),
};