Logged In: NO

this is simple...
i suggest to make only those simple changes:
in
messenger.java
in public void send(Event event) replace with this
bot.sendMessage(ircConfig.getChannel(),event.getMinute()+"°-"+event.getEventText());
to see the minute of the action and in MatchImpl.java
in
public void refresh(Element data)
replace
Event currentEvent = new
EventImpl(currentEventElement,homeTeam.getTeamName()+"
"+homeGoals+":"+awayGoals+" "+awayTeam.getTeamName()+":");
to show teams and goals

PS. a little bug... in this version
getMinute() returns a team object id... you have to fix it ;)