Chat
Moderator: moderators
I am afraid adding a chat would mean we'd have to supervise it 24/7, to ensure there are no indecent comments here, and no one is being maltreated - and that is simply not doable. That's why we are not planning on adding another chatting system, I am afraid.
Best regards,
pearlbay
Best regards,
pearlbay
In case of urgent problems or questions, please use our support form!
surely you could use trusted players as "chat mods" and use a banned word replacement code?
<?
$chatmessage = post['message'];
$word = array(word1, word2, word3);
foreach($word as $key){
preg_replace("naughty word!", $key, $chatmessage);
and just build up a library of banned words and variations, such as: word, w0rd, w 0rd, etc.
<?
$chatmessage = post['message'];
$word = array(word1, word2, word3);
foreach($word as $key){
preg_replace("naughty word!", $key, $chatmessage);
and just build up a library of banned words and variations, such as: word, w0rd, w 0rd, etc.
Hi again,
It isn't just difficult to find enough trusted players that are able to work in a reliable shift-system, to ensure the chat is supervised 24/7, I am afraid, it's also important to ensure this team is able to work together well and for a long period of time.
If you have followed our efforts in getting a newspaper-team together, you can imagine what I am talking about, UnityGasExchange.
Thank you again for the kind suggestion, Auguste2, but a chat-system is not will not be added to the game.
Best regards,
pearlbay
It isn't just difficult to find enough trusted players that are able to work in a reliable shift-system, to ensure the chat is supervised 24/7, I am afraid, it's also important to ensure this team is able to work together well and for a long period of time.
If you have followed our efforts in getting a newspaper-team together, you can imagine what I am talking about, UnityGasExchange.

Thank you again for the kind suggestion, Auguste2, but a chat-system is not will not be added to the game.
Best regards,
pearlbay
In case of urgent problems or questions, please use our support form!