}
else if (command.equalsIgnoreCase("banish"))
{
if (player.hasPrivilege(Privilege.CH_DISMISS))
{
clanHall.banishForeigner();
showChatWindow(player, "residence2/clanhall/agitafterbanish.htm");
}
else
{
showChatWindow(player, "residence2/clanhall/noAuthority.htm");