The solution is provided in the readme file, this is the original text from the readme file
a) Note anyone wanting cyrillic characters in chat must disable wordwrap.
One can do that by going to
components->com_freichat->freichat.php
Search and comment the following line:
$message=mywordwrap($message);
It should look this way:
//$message=mywordwrap($message);
NOTE: IT would be better if you install the latest FreiChatX version, it is a huge improvement over the earlier versions
The solution is provided in the readme file, this is the original text from the readme file
<code>
a) Note anyone wanting cyrillic characters in chat must disable wordwrap.
One can do that by going to
components->com_freichat->freichat.php
Search and comment the following line:
$message=mywordwrap($message);
It should look this way:
//$message=mywordwrap($message);
</code>
<b>NOTE: IT would be better if you install the latest FreiChatX version, it is a huge improvement over the earlier versions</b>
Necessity is the mother of all inventions!