//custom modules for antamar

//Adds the hero_id to messages send by the chat
var heldIdModule =
{
	
	//Adds a new property heldId to the AOChat
	heldId : 0
	
	//add heldId to message
	,onSetMessage : function(chat)
	{
		chat.message.heldId = chat.options.heldId;
	}
	
}
// läuft über Session-Variablen
//Moodulize.registerModule("AOChat",heldIdModule);
