in that case if u dont want to receive notices i wouldnt bother with warnings cause if you are bombarded with mass notices from spam bots and what not you would get booted of the IRCD server, instead i would just block all notices except from whitelisted ones in the regex from a script like this :
ON ^*:notice:*:*:{
haltdef
if ($regex($nick,/^((Nick|Help|Chan|Memo|Host)Serv|Global)$/Si)) { Echo -atc notice - $+ $nick $+ - : $strip($1-,burcmo) }
else { halt }
}