These is code for ads, and it works! But everyone type it, and it shun all.
I want it's not to shun when they have OP, oper, and in a specific channel(#staff)
Just these 3 option, then all other will SHUN the nick.

#adver on
on *:text:*:#: {
if (www. isin $1- || http:// isin $1- || irc. isin $1- && webad !isin $1-) {
set %shunnads $nick
shun $nick Please no advertising!
.timer 1 180 unshun %shunnads
}
}
#adver end