? my ($app, $msg) = @_;
  • ? if ($msg->{eventtime}) {
     
    ? } else {
    {timestamp} ?>
    ? } ? if ($msg->{event} eq "topic") { Topic changed to "{body} ?>" ? if ($msg->{nick}) { by {nick} ?> ? } ? if ($msg->{eventtime}) { at {eventtime} ?> ? } . ? } elsif ($msg->{event} eq "invite") { {nick} ?> has invited you to join {body} ?> ? } elsif ($msg->{event} eq "joined" or $msg->{event} eq "left") { {nick} ?> {event} ?> the chat room. ? if ($msg->{body}) { ({body} ?>) ? } ? } elsif ($msg->{event} eq "nick") { {nick} ?> is now known as {body} ?>. ? }