Improved word censor 🤐 (#1393)

* Improved default word censor

* Updated

* Updated

* Updated

* Update Censor.php

* Update CHANGELOG.md

* Updated
This commit is contained in:
Roman Kelesidis 2024-02-08 23:17:09 +07:00 committed by GitHub
commit d5390132ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 116 additions and 168 deletions

View file

@ -394,6 +394,11 @@ $user = new TorrentPier\Legacy\Common\User();
$userdata =& $user->data;
/**
* Word censor
*/
$wordCensor = new \TorrentPier\Censor();
/**
* Cron
*/