Closed ahuraa closed 12 years ago
fixed. merge now
Chat_censure.cpp
// transform to lowercase (for simpler checking) std::string lower = msg; std::transform(lower.begin(), lower.end(), lower.begin(), ::tolower);
uint8 cheksSize = 10; std::string checks[cheksSize]; checks[0] ="http://"; checks[1] =".com"; checks[2] =".www"; checks[3] =".net";
not fixed plz merge again and fix it
fixed. merge now
chathandler.cpp
Chat_censure.cpp