From 427fdd7336b86e5da65fcea28069920d88a79938 Mon Sep 17 00:00:00 2001 From: Jochen Eisinger Date: Tue, 8 Aug 2006 18:33:27 +0000 Subject: [PATCH] it's NICK not LIST --- apps/irssi/src/silc/core/client_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/irssi/src/silc/core/client_ops.c b/apps/irssi/src/silc/core/client_ops.c index 44c7b0a3..cf0a0e95 100644 --- a/apps/irssi/src/silc/core/client_ops.c +++ b/apps/irssi/src/silc/core/client_ops.c @@ -2013,7 +2013,7 @@ silc_command_reply(SilcClient client, SilcClientConnection conn, g_free(old); /* when connecting to a server, the last thing we receive - is a SILC_COMMAND_LIST reply. Since we enable queueing + is a SILC_COMMAND_NICK reply. Since we enable queueing during the connection, we can now safely disable it again */ silc_queue_disable(conn); break; -- 2.24.0