You can also do this manual with ON NOTICE event.

e.g:
Code:
ON ^*:NOTICE:*:?: { 
  haltdef
  beep
  echo -s NOTICE from $nick $+ : $1-
}