updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 24 Aug 2003 12:59:26 +0000 (12:59 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 24 Aug 2003 12:59:26 +0000 (12:59 +0000)
lib/doc/command_reply_args.html
lib/doc/notifyargs.html

index a45700218c249c83ca15083ed7fceb7db46bc0a5..d6595ae208737a596ef1521e17139cdcb7f94f61 100644 (file)
@@ -344,7 +344,8 @@ arguments to this reply.
 <tr>
 <td><small>SILC_COMMAND_LEAVE</td>
 <td><small>
-Called after leaving the channel.
+Called after leaving the channel.  Note that the `channel' will become
+invalid after command_reply client operation returns.
 </td>
 <td width="50%"><small>SilcChannelEntry channel
 </td>
index bcbf0a8496ce5f799ca3a563c3a201ad50ff779f..3c9061162a7ed62398c49d11a498994930366da7 100644 (file)
@@ -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.
 </td>
 <td width="50%"><small>SilcClientEntry old_client_entry,
 SilcClientEntry new_client_entry