TODO/bugs in Irssi SILC client
==============================
+ o /USERS does not show the user modes on the channel correctly.
+
o Fix the silc_channels_join to parse the command like, with fe.
silc_parse_command_line, because currently it ignores all options,
including passphrase which makes autojoin impossible to +a channels.
keys is not possible because changing the key is not possible by the
user.
+ o Add the server/router operator info to the statusbar.
+
o /cumode for unknown nick does not give any error message.
* directly if application is performing its own connecting and does not
* use the connecting provided by this library. This function is normally
* used only if the application performed the connecting outside the
- * library. The library however may use this internally. Returns FALSE
- * if the key exchange could not be started.
+ * library. The library however may use this internally. After the
+ * key exchange is performed the `connect' client operation is called.
*
***/
void silc_client_start_key_exchange(SilcClient client,