From ed65d734e73ac431686c2b14d58dfc21c0b954d6 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 27 Jun 2018 13:11:50 +0200 Subject: [PATCH] CLIENT ID implemented. --- src/networking.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/networking.c b/src/networking.c index 02e77307..cfe23c6c 100644 --- a/src/networking.c +++ b/src/networking.c @@ -1553,6 +1553,7 @@ void clientCommand(client *c) { if (c->argc == 2 && !strcasecmp(c->argv[1]->ptr,"help")) { const char *help[] = { +"id -- Return the ID of the current connection.", "getname -- Return the name of the current connection.", "kill -- Kill connection made from .", "kill