I only want it to have effect on my display.
In the alias can i make a variable for badword ?
Something like:
Code:
  var %badword = $readini(badword.ini,badwords,$$1)

and alias would look like this:
Code:
 alias cursefilter { return $regsubex($1-,/(%badword)/g,<censored>)  }

Then i can make a command that uses /writeini to add more badwords when i bump into one.