Quote:
on *:notice:*:#:{
if (%notice [ $+ [ $nick ] ] > 1) { halt }
set -u5 %notice [ $+ [ $nick ] ] $true
}



I personally don't like this as it will block wanted notices but thats what you asked for. I made it so it will only last for 5 seconds. -u5