diff options
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r-- | metacontacts/meta_services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index cf33c18..0b7a15f 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -165,7 +165,7 @@ void CALLBACK SetStatusThread(HWND hWnd, UINT msg, UINT_PTR id, DWORD dw) previousMode = mcStatus;
- Sleep(options.set_status_from_offline_delay);
+ //Sleep(options.set_status_from_offline_delay);
mcStatus = (int)ID_STATUS_OFFLINE;
ProtoBroadcastAck(META_PROTO,NULL,ACKTYPE_STATUS,ACKRESULT_SUCCESS, (HANDLE)previousMode, mcStatus);
|