diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-12-19 22:32:35 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-12-19 22:32:35 +0000 |
commit | f795b3b823f76d9c61fccfad53c2f2cfbe5b3115 (patch) | |
tree | 40652761c22bfc3c26982d17b9d7743def399878 /protocols/Steam/src/steam_events.cpp | |
parent | 02ca3b1dd1a02210333764ebafe7b4dedd68d56e (diff) |
Steam: Use server timestamp for sent messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@15905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_events.cpp')
-rw-r--r-- | protocols/Steam/src/steam_events.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_events.cpp b/protocols/Steam/src/steam_events.cpp index 1a7bdbc9a4..3c57248900 100644 --- a/protocols/Steam/src/steam_events.cpp +++ b/protocols/Steam/src/steam_events.cpp @@ -4,6 +4,7 @@ int CSteamProto::OnModulesLoaded(WPARAM, LPARAM) { HookProtoEvent(ME_OPT_INITIALISE, &CSteamProto::OnOptionsInit); HookProtoEvent(ME_IDLE_CHANGED, &CSteamProto::OnIdleChanged); + HookProtoEvent(ME_MSG_PRECREATEEVENT, &CSteamProto::OnPreCreateMessage); HookEvent(ME_CLIST_PREBUILDCONTACTMENU, &CSteamProto::PrebuildContactMenu); |