Put the /timestamp -f command into an on START event, so that the timestamp is set each time mIRC is opened
Code:
on *:START: {
  .timestamp -f 4[HH:nn4]
}


this will make the timestamp look like [HH:nn]


- Jason