+Sun Dec 10 23:52:00 EET 2000 Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+ * Minor typo fixes on command reply handling on server.
+
Tue Nov 28 11:05:39 EET 2000 Pekka Riikonen <priikone@poseidon.pspt.fi>
* Added silc_server_command_add_to_channel internal routine to add
}
- /* Execute pending IDENTIFY command so that the client who originally
- requested the identify information will get it after all. */
- SILC_SERVER_COMMAND_EXEC_PENDING(cmd, SILC_COMMAND_IDENTIFY);
+ /* Execute any pending commands */
+ SILC_SERVER_COMMAND_EXEC_PENDING(cmd, SILC_COMMAND_WHOIS);
out:
silc_server_command_reply_free(cmd);
}
- /* Execute pending IDENTIFY command so that the client who originally
- requested the identify information will get it after all. */
+ /* Execute any pending commands */
SILC_SERVER_COMMAND_EXEC_PENDING(cmd, SILC_COMMAND_IDENTIFY);
out: