@Raccoon

I've found this cap filtering very interesting and useful but I've always found regex quite complicated. I've got some of the basics down but I'm still learning.

I was trying to implement the too many CAPS or SYMBOLS regex but I can't seem to make it trigger.

Code:
    if $regex($1-,/[^a-z0-9]{20,}/) {
      msg $chan [Warning] to $nick for too many symbols in a sentence
}

I'm obviously implementing the regex incorrectly, could you or someone please point out what I've done wrong?

Thanks