Changeset 3748

Show
Ignore:
Timestamp:
10/07/07 15:39:48 (1 year ago)
Author:
akempgen
Message:

should fix #1112 completely

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Chat Core/MVIRCChatConnection.m

    r3747 r3748  
    28092809                MVChatUser *user = [self chatUserWithUniqueIdentifier:[self _stringFromPossibleData:[parameters objectAtIndex:1]]]; 
    28102810                [self _markUserAsOffline:user]; 
     2811                 
    28112812                //workaround for a freenode (hyperion) bug where the ircd doesnt reply with 318 (RPL_ENDOFWHOIS) in case of 401 (ERR_NOSUCHNICK): end the whois when receiving 401 
     2813                [user _setDateUpdated:[NSDate date]]; 
    28122814                [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadWithName:MVChatUserInformationUpdatedNotification object:user userInfo:nil]; 
     2815                 
    28132816                if( [_pendingWhoisUsers containsObject:user] ) { 
    28142817                        [_pendingWhoisUsers removeObject:user];