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 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"),
};