ICommunityBoardHandler handler = CommunityBoardManager.getInstance().getCommunityHandler(_url);
if (handler != null)
{
if (!Config.COMMUNITYBOARD_ENABLED)
{
activeChar.sendPacket(new SystemMessage2(SystemMsg.THE_COMMUNITY_SERVER_IS_CURRENTLY_OFFLINE));
}
else
{
handler.onWriteCommand(activeChar, _url, _arg1, _arg2, _arg3, _arg4, _arg5);
}