|  |  | 
 |  |  |     ChContent = ChContent.decode(GameWorld.GetCharacterEncoding()).encode(ShareDefine.Def_Game_Character_Encoding)
 | 
 |  |  |     ChContent = ChContent.strip()
 | 
 |  |  |     isRight = ChContent in answerList
 | 
 |  |  |     if curPlayer.GetMapID() != ChConfig.Def_FBMapID_FamilyParty:
 | 
 |  |  |         if isRight:
 | 
 |  |  |             PlayerControl.FamilyNotify(curFamilyid, 'FamilyPleaseIntoParty')
 | 
 |  |  |             PlayerControl.NotifyCode(curPlayer, 'FamilyNoIntoParty')
 | 
 |  |  |         return
 | 
 |  |  | #    if curPlayer.GetMapID() != ChConfig.Def_FBMapID_FamilyParty:
 | 
 |  |  | #        if isRight:
 | 
 |  |  | #            PlayerControl.FamilyNotify(curFamilyid, 'FamilyPleaseIntoParty')
 | 
 |  |  | #            PlayerControl.NotifyCode(curPlayer, 'FamilyNoIntoParty')
 | 
 |  |  | #        return
 | 
 |  |  |     
 | 
 |  |  |     playerID = curPlayer.GetID()
 | 
 |  |  |     GameWorld.DebugLog("    answer=%s  ChContent=%s"%(answerList, ChContent), playerID)
 |