updates.
[silc.git] / apps / irssi / src / silc / core / client_ops.c
index f6dac8aec0db84efb94381362710eabde81fb464..5fadb888aa505d7905a6fb0788fe1fbc6fdc96f9 100644 (file)
@@ -93,7 +93,8 @@ void silc_channel_message(SilcClient client, SilcClientConnection conn,
   
   nick = silc_nicklist_find(chanrec, sender);
   if (!nick) {
-    /* We didn't find client but it clearly exists, add it. */
+    /* We didn't find client but it clearly exists, add it. It must be
+       found on the channel->clients list. */
     SilcChannelUser chu;
 
     silc_list_start(channel->clients);