Changeset 3747
- Timestamp:
- 10/02/07 20:43:30 (9 months ago)
- Files:
-
- trunk/Chat Core/MVIRCChatConnection.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core/MVIRCChatConnection.m
r3722 r3747 2809 2809 MVChatUser *user = [self chatUserWithUniqueIdentifier:[self _stringFromPossibleData:[parameters objectAtIndex:1]]]; 2810 2810 [self _markUserAsOffline:user]; 2811 //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 2812 [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadWithName:MVChatUserInformationUpdatedNotification object:user userInfo:nil]; 2811 2813 if( [_pendingWhoisUsers containsObject:user] ) { 2812 2814 [_pendingWhoisUsers removeObject:user];
