diff --git a/src/networking.c b/src/networking.c index 82b6428ac..f1665825c 100644 --- a/src/networking.c +++ b/src/networking.c @@ -2331,6 +2331,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.", +"INFO -- Return information about the current client connection.", "GETNAME -- Return the name of the current connection.", "KILL -- Kill connection made from .", "KILL