Removed (too) early removal of joining channel.

fix-message-formatting
Danny van Heumen 12 years ago
parent c0861c88ad
commit c97b70a531

@ -520,8 +520,6 @@ public void onSuccess(IRCChannel channel)
.equalsIgnoreCase(chatroom.getIdentifier()); .equalsIgnoreCase(chatroom.getIdentifier());
synchronized (joinSignal) synchronized (joinSignal)
{ {
IrcStack.this.joining.remove(chatroom
.getIdentifier());
if (!isRequestedChatRoom) if (!isRequestedChatRoom)
{ {
if (LOGGER.isTraceEnabled()) if (LOGGER.isTraceEnabled())

Loading…
Cancel
Save