projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a63634
)
it's NICK not LIST
author
Jochen Eisinger
<coffee@silcnet.org>
Tue, 8 Aug 2006 18:33:27 +0000
(18:33 +0000)
committer
Jochen Eisinger
<coffee@silcnet.org>
Tue, 8 Aug 2006 18:33:27 +0000
(18:33 +0000)
apps/irssi/src/silc/core/client_ops.c
patch
|
blob
|
history
diff --git
a/apps/irssi/src/silc/core/client_ops.c
b/apps/irssi/src/silc/core/client_ops.c
index 44c7b0a32b2c8e6cff34cbeb2c18ff35263f41cc..cf0a0e953aabf53d69f5d7f364efc30063479be7 100644
(file)
--- 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;