Changeset 3147

Show
Ignore:
Timestamp:
02/26/06 17:11:56 (3 years ago)
Author:
timothy
Message:

Join rooms afterr the auto connections. Fixes more of #515.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Controllers/MVConnectionsController.m

    r3072 r3147  
    17171717        NSString *strcommands = [self connectCommandsForConnection:connection]; 
    17181718 
    1719         if( [rooms count] && ! ( [[[NSApplication sharedApplication] currentEvent] modifierFlags] & NSShiftKeyMask ) ) 
    1720                 [connection joinChatRoomsNamed:rooms]; 
    1721  
    17221719        NSEnumerator *commands = [[strcommands componentsSeparatedByString:@"\n"] objectEnumerator]; 
    17231720        NSMutableString *command = nil; 
     
    17591756                } 
    17601757        } 
     1758 
     1759        if( [rooms count] && ! ( [[[NSApplication sharedApplication] currentEvent] modifierFlags] & NSShiftKeyMask ) ) 
     1760                [connection joinChatRoomsNamed:rooms]; 
    17611761 
    17621762        NSMutableDictionary *context = [NSMutableDictionary dictionary];