make transmogrify case insensitive?

edited October 2008 in Vanilla 1.0 Help
I'm using Transmogrify as a bad words filter and it catches 'bother' but misses 'Bother' and 'BOTHER' I guess I could add those to the text list but that's a bad solution I've looked at its bit of code but cant see where I'd add a 'strtolower' or any other quick fix any ideas?

Comments

  • you should add the strtolower before the transmogrifier checks its black list ;)
This discussion has been closed.