From 4f6fdc6d4faba1c268b8714be26f683de6884c77 Mon Sep 17 00:00:00 2001 From: Test_User Date: Mon, 7 Aug 2023 03:24:09 -0400 Subject: More client usability stuff --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') 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"), }; -- cgit v1.2.3