Changeset 2209 for trunk/Core

Show
Ignore:
Timestamp:
01/03/05 19:37:43 (4 years ago)
Author:
timothy
Message:

removed the 1 sec delay to match the patch commited to Irssi.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Core/irssi/src/irc/core/irc-servers.c

    r2195 r2209  
    564564        server->real_connect_time = time(NULL); 
    565565 
    566         /* let the queue send in 1 second now that we are identified */ 
     566        /* let the queue send now that we are identified */ 
    567567        GTimeVal now; 
    568568        g_get_current_time(&now); 
    569569        memcpy(&server->wait_cmd, &now, sizeof(GTimeVal)); 
    570         server->wait_cmd.tv_sec += 1; 
    571570 
    572571        signal_emit("event connected", 1, server);