summaryrefslogtreecommitdiff
path: root/src/guildmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-09 02:40:46 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-09 02:40:46 +0300
commitc1fb0bf9dc98e2a30f33cbbf4f74604b36efbcba (patch)
treecb6fe9b54d41129a1c404d82f2bd2fdbfe930b1b /src/guildmanager.h
parent71dd90d37461d1882f0e4d45749ff458fd97a78c (diff)
downloadplus-c1fb0bf9dc98e2a30f33cbbf4f74604b36efbcba.tar.gz
plus-c1fb0bf9dc98e2a30f33cbbf4f74604b36efbcba.tar.bz2
plus-c1fb0bf9dc98e2a30f33cbbf4f74604b36efbcba.tar.xz
plus-c1fb0bf9dc98e2a30f33cbbf4f74604b36efbcba.zip
Fix whisper errors detection.
Was broken because incorrect activitives guildmanager with buggy servers.
Diffstat (limited to 'src/guildmanager.h')
-rw-r--r--src/guildmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guildmanager.h b/src/guildmanager.h
index 80014e352..5cd5e19cc 100644
--- a/src/guildmanager.h
+++ b/src/guildmanager.h
@@ -83,6 +83,8 @@ class GuildManager
static bool mEnableGuildBot;
bool mGotInfo;
bool mGotName;
+ bool mSentInfoRequest;
+ bool mSentNameRequest;
bool mHavePower;
std::vector<std::string> mTempList;
GuildChatTab *mTab;