diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-08 23:53:52 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-08 23:53:52 +0000 |
commit | e295e68b9d9783ad1caebdc99d1fca1fd028f00b (patch) | |
tree | ab782d52b716c517452c10fba1ce272fe5d01565 /protocols/Steam/src/steam_proto.cpp | |
parent | a882547f12158c9b9e01f493d19c1d8fd5eda52b (diff) |
Steam: Load more info about user - client (website/mobile/classic), server ip, primary clan id,...
git-svn-id: http://svn.miranda-ng.org/main/trunk@11293 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index 778c9f95ee..bd54e140f7 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -37,6 +37,10 @@ CSteamProto::CSteamProto(const char* protoName, const TCHAR* userName) : // temporary DB settings db_set_resident(m_szModuleName, "Status"); // NOTE: XStatus cannot be temporary db_set_resident(m_szModuleName, "IdleTS"); + db_set_resident(m_szModuleName, "GameID"); + db_set_resident(m_szModuleName, "GameInfo"); + db_set_resident(m_szModuleName, "GameServerIP"); + db_set_resident(m_szModuleName, "GameServerID"); SetAllContactsStatus(ID_STATUS_OFFLINE); |