diff --git a/src/networking.c b/src/networking.c index ea8f7d0b..fc484b67 100644 --- a/src/networking.c +++ b/src/networking.c @@ -1580,7 +1580,22 @@ void clientCommand(client *c) { listIter li; client *client; - if (!strcasecmp(c->argv[1]->ptr,"list") && c->argc == 2) { + if (c->argc == 2 && !strcasecmp(c->argv[1]->ptr,"help")) { + const char *help[] = { + "getname -- Return the name of the current connection.", + "kill -- Kill connection made from .", + "kill