aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 643473b17..513a53e5b 100644
--- a/src/command.c
+++ b/src/command.c
@@ -618,7 +618,7 @@ handle_addid(struct client *client, int argc, char *argv[])
}
client_printf(client, "Id: %u\n", added_id);
- return result;
+ return COMMAND_RETURN_OK;
}
static enum command_return