}
if(_response == 1)
{
if(activeChar.canJoinClan())
{
activeChar.sendPacket(new JoinPledge(requestor.getClanId()));
L2Clan clan = requestor.getClan();
clan.addClanMember(activeChar);
activeChar.setClan(clan);
clan.getClanMember(activeChar.getName()).setPlayerInstance(activeChar);
if(clan.isAcademy(activeChar.getPledgeType()))