Fixed TCP stream creation aborting.
[silc.git] / apps / irssi / src / silc / core / client_ops.c
index ed49b533076ac5bd73718d0b5887abef104d4429..7ecbdf07d8c6fec70653e1977626772f30ed3351 100644 (file)
@@ -779,10 +779,10 @@ void silc_notify(SilcClient client, SilcClientConnection conn,
        break;
       }
       silc_snprintf(tmp, sizeof(tmp), "%d", silc_dlist_count(clients));
-      printformat_module("fe-common/silc", server, NULL,
+      printformat_module("fe-common/silc", server, channel->channel_name,
                         MSGLEVEL_CRAP, SILCTXT_CHANNEL_MANY_NICKS,
                         tmp, nick);
-      printformat_module("fe-common/silc", server, NULL,
+      printformat_module("fe-common/silc", server, channel->channel_name,
                         MSGLEVEL_CRAP, SILCTXT_CHANNEL_USER_APPEARS,
                         buf, client_entry->nickname);
       silc_client_list_free(client, conn, clients);