summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
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"),
};