updates.
[silc.git] / lib / silcclient / silcapi.h
index 1cb8801c9e0776cd3a10acb1c80f722c6d44e6f8..0d6244b229f2a5a60d7272d58cbad8a53d512f0d 100644 (file)
@@ -239,7 +239,8 @@ typedef struct {
              SilcClientMessageType type, char *msg, ...);
 
   /* Message for a channel. The `sender' is the sender of the message 
-     The `channel' is the channel. */
+     The `channel' is the channel. The `msg' is the message.  Note that
+     `msg' maybe NULL. */
   void (*channel_message)(SilcClient client, SilcClientConnection conn, 
                          SilcClientEntry sender, SilcChannelEntry channel, 
                          SilcMessageFlags flags, char *msg);
@@ -1195,6 +1196,7 @@ SilcClientCommandContext silc_client_command_dup(SilcClientCommandContext ctx);
  *
  *    Finds and returns a pointer to the command list. Return NULL if the
  *    command is not found. See the `command.[ch]' for the command list. 
+ *    Command names are not case-sensitive.
  *
  ***/
 SilcClientCommand silc_client_command_find(SilcClient client,