if (command.contains("menu"))
offset=17;
else
offset=13;
text = command.substring(offset);
CreatureSay cs = new CreatureSay(0, 9, activeChar.getName(), text);
GmListTable.broadcastToGMs(cs);
}
catch (StringIndexOutOfBoundsException e)
{
// empty message.. ignore