Changeset 3573

Show
Ignore:
Timestamp:
02/03/07 02:02:29 (2 years ago)
Author:
timothy
Message:

Allow commands in the console while connecting. #968

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Panels/JVChatConsolePanel.m

    r3471 r3573  
    315315        NSRange range; 
    316316 
    317         if( ! [[self connection] isConnected] ) return; 
     317        if( [[self connection] status] != MVChatConnectionConnectingStatus && [[self connection] status] != MVChatConnectionConnectedStatus ) 
     318                return; 
    318319 
    319320        [self resume];