updates.
[silc.git] / lib / doc / notifyargs.html
index 5cf9d87bef5956d5d69ac321ad2fe55de9baf7d3..1751f47ad261b7525fc9e31d10a440d6dc98711a 100644 (file)
@@ -93,7 +93,8 @@ SilcClientEntry inviter
 <tr>
 <td><small>SILC_NOTIFY_TYPE_JOIN</td>
 <td><small>
-Sent when someone joins to a channel.
+Sent when someone joins to a channel.  This is also sent whenever you join
+a channel, in addition of receiving SILC_COMMAND_JOIN command reply.
 </td>
 <td width="50%"><small>SilcClientEntry joining_client, SilcChannelEntry channel
 </td>
@@ -208,9 +209,11 @@ safely ignore it when received.
 <td><small>
 Sent when a server quits the network.  The 'clients' is a list of
 SilcClientEntry pointers.  Each client in the entry is one client signing
-off from the SILC network.  The library will free the list.
+off from the SILC network.  The library will free the list.  The `server'
+is the quitting server, and it is NULL if the server isn't cached in the
+client library.
 </td>
-<td width="50%"><small>NULL, SilcClientEntry *clients, SilcUInt32 clients_count
+<td width="50%"><small>SilcServerEntry server, SilcDList clients
 </td>
 </tr>