Do not use silc_client_send_private_message_key anymore when
[runtime.git] / apps / irssi / src / silc / core / silc-channels.c
index f2ed992655fc3a5b352fe943c0fb08b6866807d5..8c03fcdbab705a08d08e77dbb19c7ae3b30c6524 100644 (file)
@@ -646,8 +646,11 @@ static void command_key(const char *data, SILC_SERVER_REC *server,
 
        /* Send the key to the remote client so that it starts using it
           too. */
+       /* XXX for now we don't do this.  This feature is pretty stupid
+          and should perhaps be removed altogether from SILC.
        silc_client_send_private_message_key(silc_client, conn, 
                                             client_entry, TRUE);
+       */
       } else if (type == 2) {
        /* Set private channel key */
        char *cipher = NULL, *hmac = NULL;