From: Pekka Riikonen Date: Sun, 24 Aug 2003 12:59:26 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.0.9.10~43 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=4e0f7f5be4a035f5559b7c98936d1b9c33181629;p=silc.git updates. --- diff --git a/lib/doc/command_reply_args.html b/lib/doc/command_reply_args.html index a4570021..d6595ae2 100644 --- a/lib/doc/command_reply_args.html +++ b/lib/doc/command_reply_args.html @@ -344,7 +344,8 @@ arguments to this reply. SILC_COMMAND_LEAVE -Called after leaving the channel. +Called after leaving the channel. Note that the `channel' will become +invalid after command_reply client operation returns. SilcChannelEntry channel diff --git a/lib/doc/notifyargs.html b/lib/doc/notifyargs.html index bcbf0a84..3c906116 100644 --- a/lib/doc/notifyargs.html +++ b/lib/doc/notifyargs.html @@ -139,7 +139,8 @@ char *topic, SilcChannelEntry channel Sent when someone changes their nickname. The 'old_client_entry' includes the old nickname and the 'new_client_entry' includes the new nickname. Application must understand that the 'old_client_entry' pointer becomes -invalid after returning from the function. +invalid after returning from the function. Note that this notify is not +delivered when user changes its own nickname. SilcClientEntry old_client_entry, SilcClientEntry new_client_entry