Added support for removing client from invite list in KILLED/KILL.
[silc.git] / apps / silcd / command_reply.c
index d02b62ff0015112480e57e9c4018a7b2e3a5ef42..2711d02f6d3e463d0cd2a73abd9dbe25711b66c8 100644 (file)
@@ -148,7 +148,7 @@ silc_server_command_process_error(SilcServerCommandReplyContext cmd,
                                               client_id, FALSE, NULL);
        if (client) {
          silc_server_remove_from_channels(server, NULL, client, TRUE, 
-                                          NULL, TRUE);
+                                          NULL, TRUE, FALSE);
          silc_idlist_del_data(client);
          silc_idlist_del_client(server->global_list, client);
        }