summaryrefslogtreecommitdiff
path: root/protocols/JabberG/jabber_chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/jabber_chat.cpp')
-rw-r--r--protocols/JabberG/jabber_chat.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/JabberG/jabber_chat.cpp b/protocols/JabberG/jabber_chat.cpp
index 60dc011faa..8f9fce33ad 100644
--- a/protocols/JabberG/jabber_chat.cpp
+++ b/protocols/JabberG/jabber_chat.cpp
@@ -372,11 +372,6 @@ void CJabberProto::GcQuit( JABBER_LIST_ITEM* item, int code, HXML reason )
if ( reason != NULL && xmlGetText( reason ) != NULL )
szReason = xmlGetText( reason );
- if (m_options.GcLogChatHistory) {
- HANDLE hContact = ChatRoomHContactFromJID(item->jid);
- JSetDword(hContact, "muc_lastevent", time(NULL));
- }
-
GCDEST gcd = { m_szModuleName, NULL, GC_EVENT_CONTROL };
gcd.ptszID = item->jid;
GCEVENT gce = {0};