directly remove player from kickCounterList after kickban

This commit is contained in:
doitux
2010-07-13 19:54:34 +00:00
parent 35c5bcc0a2
commit 9e45ed93c0
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -159,7 +159,10 @@ bool CleanerServer::handleMessage(InternalChatCleanerPacket &msg) {
else if(checkAction == "kick") {
netReply->cleanerActionType = cleanerActionType_cleanerActionKick;
}
/* cleanerActionType_cleanerActionBan */
else if(checkAction == "kickban") {
netReply->cleanerActionType = cleanerActionType_cleanerActionBan;
}
string tmpCheck(checkMessage.toUtf8());
netReply->cleanerText =
OCTET_STRING_new_fromBuf(