yes this will ignore anyone who sends you notice except the usual services like nickserv and chanserv and such as you need to be able to receive messages from services
Code
ON *:notice:*:*:{ if (!$regex($nick,/^((Oper|Nick|Chan|Memo|Host)Serv)$/i)) { .ignore -nu600 $address($nick,2) } }