add missing reply for header listing chat start
authorWilfried Goesgens <willi@arangodb.com>
Sat, 23 Jan 2016 12:06:17 +0000 (13:06 +0100)
committerWilfried Goesgens <willi@arangodb.com>
Sat, 23 Jan 2016 12:06:17 +0000 (13:06 +0100)
citadel/modules/ctdlproto/serv_messages.c

index ff03d2a6ea55ec40f7dfe70ecc2142f6742e1617..a6ebdc4e14cc392bff78a1fd2658e8f41f753a9c 100644 (file)
@@ -213,6 +213,8 @@ void cmd_msgs(char *cmdbuf)
        else if (with_template == 2) {
                long i = 0;
                memset(buf, 0, 5);
+               cprintf("%d Send list of headers\n",
+                       START_CHAT_MODE);
                filt.Filter = NewHash(1, lFlathash);
                filt.buffer = NewStrBufPlain(NULL, 1024);
                while(client_getln(buf, sizeof buf) >= 0 && strcmp(buf,"000")) {