summaryrefslogtreecommitdiff
path: root/src/guildmanager.h
diff options
context:
space:
mode:
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;