This will work. smile

Code:
On *:Text:*:#: {
  if (!$window(@window)) { window -l +lC @window  }
  aline @window $timestamp $+(<,$nick,>) $1-
}


If you don't want it to show the nickname sending the message remove $+(<,$nick,>).

Hope this helps.

-Andy.