it's NICK not LIST
authorJochen Eisinger <coffee@silcnet.org>
Tue, 8 Aug 2006 18:33:27 +0000 (18:33 +0000)
committerJochen Eisinger <coffee@silcnet.org>
Tue, 8 Aug 2006 18:33:27 +0000 (18:33 +0000)
apps/irssi/src/silc/core/client_ops.c

index 44c7b0a32b2c8e6cff34cbeb2c18ff35263f41cc..cf0a0e953aabf53d69f5d7f364efc30063479be7 100644 (file)
@@ -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;