? my ($app, $msg) = @_;
  • {timestamp} ?>
    ? if ($msg->{event} eq "topic") { Topic changed to "{body}) ?>" ? if ($msg->{nick}) { by {nick} ?> ? } ? } elsif ($msg->{event} eq "invite") { {nick} ?> has invited you to join {body} ?> ? } elsif ($msg->{event} eq "join") { {nick} ?> joined the chat room. ? } elsif ($msg->{event} eq "part") { {nick} ?> left the chat room. ? } elsif ($msg->{event} eq "quit") { {nick} ?> left the chat room. ? if ($msg->{body}) { ({body} ?>) ? } ? } elsif ($msg->{event} eq "nick") { {nick} ?> is now known as {body} ?>. ? } elsif ($msg->{event} eq "disconnect") { You have been disconnected from {body} ?> ? } elsif ($msg->{event} eq "reconnect") { You have reconnected to {body} ?> ? } elsif ($msg->{event} eq "mode") { {nick} ?> set mode {body} ?>. ? } elsif ($msg->{event} eq "kick") { {nick} ?> was kicked. ? }