Cleaned a little, added the msg timestamp to the line, useful for the ZNC buffer playback.

Thanks maroon on ##mirc/freendoe as usual.

Code
on *:TEXT:*:#:{
  if ($me isin $strip($1-)) {
    echo -dt $+ $asctime($msgstamp, yyyy/mm/dd HH:nn:ss) $+($chr(3),4,#,$chr(3),: < $+ $chr(3),2,$nick,$chr(3),> $chr(3),7,$1-)
  }
}