Addon for mchat.
Open /mchat.php
Find This may be a partial find and not the whole line
Code: Select all
// Reguest...
$message = utf8_normalize_nfc(request_var('message', '', true));
Replace with Replace the preceding lines with the following
Code: Select all
// Reguest...
$message = utf8_ucfirst(utf8_normalize_nfc(request_var('message', '', true)));
Demo:say hello in the shoutbox DON'T use caps.