Today I present my 3 rd extension called Vulord , Vulord comes from two words vulgar and words
with this extension you can hide vulgar/bad words from a sentence/text/string
so without wasting any time lets have a look at the blocks and the documentation of the extension
Blocks
CensorText
in this block you need to enter the sentence/string that needs to be censored and you also need to enter the symbol (string) that will replace the bad/vulgar words
Note :- if you leave the symbol parameter empty then it will return a blank string
CheckForSwearWords
With this block you can check that the given string (input) contains vulgar words or not
GotCensoredText
this event is raised when the vulgar words are removed and the extension gets the censored text
GotResult
this event is raised when the extension gets the result forCheckForSwearWords , it returns Boolean
this is an important information, which is missing in your first post…
so if your server goes down, the extension will not work anymore…
also you forgot to credit the author of that Python module…
Why it’s a good idea to give credit by Corey Wainwright.