From 398b795a10e915656b8eade2439ab4ac33d4a928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 23 Apr 2014 14:43:56 +0000 Subject: Use GCW_PRIVMESS in Facebook and Omegle protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@9058 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/src/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Omegle') diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp index a51eb4542f..f9dac49e91 100644 --- a/protocols/Omegle/src/chat.cpp +++ b/protocols/Omegle/src/chat.cpp @@ -262,7 +262,7 @@ INT_PTR OmegleProto::OnJoinChat(WPARAM,LPARAM suppress) { // Create the group chat session GCSESSION gcw = {sizeof(gcw)}; - gcw.iType = GCW_CHATROOM; + gcw.iType = GCW_PRIVMESS; gcw.ptszID = m_tszUserName; gcw.ptszName = m_tszUserName; gcw.pszModule = m_szModuleName; -- cgit v1.2.3