Hello, I just want to know, how would I go about adding a wordfilter to my imageboard, I used to use futallaby so I was used to using the str_replace code. Is there a similar way to do it in Perl?
If you really have to, use $comment=~s/something/other/g
somewhere in post_stuff()
, but an even better option is to not do it at all. Word filters are super lame.
how could I add the word filter to futallaby