*temp fix for the new "huge icons in chat" exploit

*you have to enable ChatFakeMessagePreventing in config file to work

--HG--
branch : trunk
This commit is contained in:
Rat
2009-08-28 00:31:27 +02:00
parent ee3c766bc9
commit 5be01b1d14

View File

@@ -158,6 +158,9 @@ void stripLineInvisibleChars(std::string &str)
if(wpos < str.size())
str.erase(wpos,str.size());
if(str.find("|TInterface")!=std::string::npos)
str.clear();
}
std::string secsToTimeString(uint32 timeInSecs, bool shortText, bool hoursOnly)