Code:
 
if ($regex($1-,/(#|http://|www.|.com|.net|.org)/Si)) spam
 if ($regex($1-,/\b(fuck|suck)\b/Si)) swear


Is there a way that i can add an option to add or remove spam/swear words .. like using level we can add or remove by .auser @ .ruser .. Thanks

alias addspamword { bla bla }
alias remspamword { bla bla }
alias addswearword { bla bla }
alias remswearword { bla bla }