From c2a02d2a0daea6726c7280e802173871ca244e85 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Mar 2013 14:03:26 +0000 Subject: ok, let's remove these three lines git-svn-id: http://svn.miranda-ng.org/main/trunk@4125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdautoaway/autoaway.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/stdautoaway') diff --git a/src/core/stdautoaway/autoaway.cpp b/src/core/stdautoaway/autoaway.cpp index 385ab03699..0062d107e2 100644 --- a/src/core/stdautoaway/autoaway.cpp +++ b/src/core/stdautoaway/autoaway.cpp @@ -88,9 +88,6 @@ static int AutoAwayEvent(WPARAM, LPARAM lParam) // the protocol doesnt support the given status if (statusbits & Proto_Status2Flag(ID_STATUS_AWAY)) status = ID_STATUS_AWAY; - // the proto doesnt support user mode or even away, bail. - else - continue; } if (currentstatus >= ID_STATUS_ONLINE && currentstatus != ID_STATUS_INVISIBLE) { if ((lParam & IDF_ISIDLE) && (currentstatus == ID_STATUS_ONLINE || currentstatus == ID_STATUS_FREECHAT)) { -- cgit v1.2.3