diff options
Diffstat (limited to '')
-rw-r--r-- | src/OtherCommands.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx index 012441fb4..29ddd9962 100644 --- a/src/OtherCommands.cxx +++ b/src/OtherCommands.cxx @@ -310,6 +310,5 @@ handle_idle(struct client *client, /* enable "idle" mode on this client */ client_idle_wait(client, flags); - /* return value is "1" so the caller won't print "OK" */ - return (enum command_return)1; + return COMMAND_RETURN_IDLE; } |