Changeset 3748
- Timestamp:
- 10/07/07 15:39:48 (1 year ago)
- Files:
-
- trunk/Chat Core/MVIRCChatConnection.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core/MVIRCChatConnection.m
r3747 r3748 2809 2809 MVChatUser *user = [self chatUserWithUniqueIdentifier:[self _stringFromPossibleData:[parameters objectAtIndex:1]]]; 2810 2810 [self _markUserAsOffline:user]; 2811 2811 2812 //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]]; 2812 2814 [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadWithName:MVChatUserInformationUpdatedNotification object:user userInfo:nil]; 2815 2813 2816 if( [_pendingWhoisUsers containsObject:user] ) { 2814 2817 [_pendingWhoisUsers removeObject:user];
