1) Look at the /timer command.

2)
Code:
ON *:TEXT:$(* $+ hi $me $+ *):#: {
  msg # Hi $nick! :)
}


This will work when someone says 'Hi <yournickname>'.

This method is documented under /help $(...) from memory.

(Edit: fixed missing } and added the '...' to the help item name)

Last edited by Bekar; 12/11/07 04:48 AM.