Imported new UTF-8 routines from my 1.1 tree.
[silc.git] / apps / silcd / command.c
index 8e2acc19374d672af0a1489482c4a9007ac6566e..d0f4d3e811565d6feba99ed6b38ea5d623836b87 100644 (file)
@@ -762,6 +762,12 @@ silc_server_command_list_send_reply(SilcServerCommandContext cmd,
       valid_rcount++;
   }
 
+  if (!lch_count && !gch_count) {
+    silc_server_command_send_status_reply(cmd, SILC_COMMAND_LIST,
+                                         SILC_STATUS_OK, 0);
+    return;
+  }
+
   status = SILC_STATUS_OK;
   if ((lch_count + gch_count) > 1)
     status = SILC_STATUS_LIST_START;