"
);
if (activeChar.getClanJoinExpiryTime() > System.currentTimeMillis()) {
StringUtil.append(htmlContent,
"Unable to join a clan. | " +
"",
format.format(activeChar.getClanJoinExpiryTime()),
" | "
);
penalty = true;
}
if (activeChar.getClanCreateExpiryTime() > System.currentTimeMillis()) {
StringUtil.append(htmlContent,
"Unable to create a clan. | " +
"",
format.format(activeChar.getClanCreateExpiryTime()),
" | "
);
penalty = true;
}
if (activeChar.getClan() != null && activeChar.getClan().getCharPenaltyExpiryTime() > System.currentTimeMillis()) {
StringUtil.append(htmlContent,
"Unable to invite a clan member. | " +
"",
format.format(activeChar.getClan().getCharPenaltyExpiryTime()),
" | "
);
penalty = true;
}
if (!penalty) {
htmlContent.append(
"No penalty is imposed. | " +
" | ");
}
htmlContent.append(
"