From 44831804778fc0da07cb918dccc9474174d1304a Mon Sep 17 00:00:00 2001 From: Test_User Date: Tue, 19 Mar 2024 07:42:33 -0400 Subject: make local_only work properly, ensure +k doesn't cause squits --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 4ac9b98..0266b0b 100644 --- a/commands.c +++ b/commands.c @@ -303,7 +303,7 @@ int sh_command(struct string sender, struct string original_message, struct stri static struct command_def sh_command_def = { .func = sh_command, .privs = STRING("NetAdmin"), - .local_only = 0, + .local_only = 1, .summary = STRING("Executes a command locally"), }; -- cgit v1.2.3