From ef1a349d88912a89a8dd20ca1dcb342b6dc9c2ff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 May 2019 18:45:43 +0300 Subject: fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses completely) --- plugins/CmdLine/src/mimcmd_handlers.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/CmdLine/src') diff --git a/plugins/CmdLine/src/mimcmd_handlers.cpp b/plugins/CmdLine/src/mimcmd_handlers.cpp index 3ac2a26b0a..c871496362 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.cpp +++ b/plugins/CmdLine/src/mimcmd_handlers.cpp @@ -166,14 +166,8 @@ int ParseStatusParam(const wchar_t *status) return ID_STATUS_NA; if (!mir_wstrcmp(lower, L"occupied")) return ID_STATUS_OCCUPIED; - if (!mir_wstrcmp(lower, L"freechat")) - return ID_STATUS_FREECHAT; if (!mir_wstrcmp(lower, L"invisible")) return ID_STATUS_INVISIBLE; - if (!mir_wstrcmp(lower, L"onthephone")) - return ID_STATUS_ONTHEPHONE; - if (!mir_wstrcmp(lower, L"outtolunch")) - return ID_STATUS_OUTTOLUNCH; return 0; } -- cgit v1.2.3