you may add the messages to a text file and /play it with the desired delay (have a look at /help playing files), or you use timers.

example:
Code:
on *:text:!sometext:#somechan: {
  msg $chan this line is messaged instantly...
  .timer 1 5 msg $chan ...and this line 5 seconds later.
}