diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-18 17:31:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-18 17:31:01 +0000 |
commit | b43b50d64b57b2f41ffebe2f50eb5976152b9ad1 (patch) | |
tree | 46330aeeda10ea7cc97c2ed25e14f8896f2cb839 /protocols/IRCG/src/ircproto.cpp | |
parent | 3af4bb5ed2c17d17ecc8073cd233277ed8541cf1 (diff) |
"Status" became resident for all protocols, in a constructor
git-svn-id: http://svn.miranda-ng.org/main/trunk@14246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src/ircproto.cpp')
-rw-r--r-- | protocols/IRCG/src/ircproto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp index a29b5c9a6d..6df0a82319 100644 --- a/protocols/IRCG/src/ircproto.cpp +++ b/protocols/IRCG/src/ircproto.cpp @@ -68,8 +68,6 @@ CIrcProto::CIrcProto(const char* szModuleName, const TCHAR* tszUserName) : InitPrefs();
- db_set_resident(m_szModuleName, "Status");
-
CList_SetAllOffline(true);
IRC_MAP_ENTRY("PING", PING)
|