From 326215e3557c3fdd0595d585cb9f645edeffedb9 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 23 Feb 2015 19:54:57 +0000 Subject: Tox: group chats are disabled, untill it won't be rewritten in tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@12253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_accounts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_accounts.cpp') diff --git a/protocols/Tox/src/tox_accounts.cpp b/protocols/Tox/src/tox_accounts.cpp index c2d84e9515..ce435043d7 100644 --- a/protocols/Tox/src/tox_accounts.cpp +++ b/protocols/Tox/src/tox_accounts.cpp @@ -28,7 +28,7 @@ int CToxProto::OnAccountLoaded(WPARAM, LPARAM) HookProtoEvent(ME_USERINFO_INITIALISE, &CToxProto::OnUserInfoInit); HookProtoEvent(ME_MSG_PRECREATEEVENT, &CToxProto::OnPreCreateMessage); - InitGroupChatModule(); + //InitGroupChatModule(); return 0; } -- cgit v1.2.3