summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-20 14:03:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-20 14:03:26 +0000
commitc2a02d2a0daea6726c7280e802173871ca244e85 (patch)
tree949536dd3cf13c6bb6cf1187035db2e3db928d96 /src
parent156911d2bc7900048e6ed7a574e5d34f1d9ed743 (diff)
ok, let's remove these three lines
git-svn-id: http://svn.miranda-ng.org/main/trunk@4125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/core/stdautoaway/autoaway.cpp3
1 files changed, 0 insertions, 3 deletions
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)) {