How do I make a script when a specific user types a message, the bot will repeat the message that the user typed?

on *:text:*:#: {
if ($nick == jar555) {
msg # ????
} else {
}

Last edited by jar555; 15/08/14 08:40 AM.