From 8c68f106f93214d8d645104aa9dba43c6ab082a8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 31 Aug 2011 23:31:18 +0300 Subject: Add to guildmanager protection against anti spam protection. --- src/guildmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guildmanager.cpp b/src/guildmanager.cpp index 2c55caefa..529881c39 100644 --- a/src/guildmanager.cpp +++ b/src/guildmanager.cpp @@ -119,12 +119,12 @@ void GuildManager::requestGuildInfo() if (!mGotName) { - send("!info"); + send("!info " + toString(tick_time)); mRequest = true; } else if (!mGotInfo) { - send("!getonlineinfo"); + send("!getonlineinfo " + toString(tick_time)); mRequest = true; } } -- cgit v1.2.3-70-g09d2