From: Jochen Eisinger Date: Tue, 8 Aug 2006 18:33:27 +0000 (+0000) Subject: it's NICK not LIST X-Git-Tag: silc.client.1.0.4~11 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=427fdd7336b86e5da65fcea28069920d88a79938;p=silc.git it's NICK not LIST --- 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;