aboutsummaryrefslogtreecommitdiff
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 e000ac5..285dcf4 100644
--- a/commands.c
+++ b/commands.c
@@ -463,7 +463,7 @@ int echo_command(struct string sender, struct string original_message, struct st
}
static struct command_def echo_command_def = {
.func = echo_command,
- .privs = {0},
+ .privs = STRING("NetAdmin"),
.local_only = 0,
.summary = STRING("Repeats a message back"),
};