Dear
RafalL,
If you want to disable whisper feature, please open "CuteSoft_Client\CuteChat\Channel.aspx
Change:
<td>
<input type="checkbox" id="checkbox_whisper" onchange="SetWhisper(this.checked);" style="" />
</td>
<td>
<label id="label_whisper" for="checkbox_whisper">[[UI_Whisper]]</label>
</td>
to
<td style="display:none">
<input type="checkbox" id="checkbox_whisper" onchange="SetWhisper(this.checked);" style="" />
</td>
<td style="display:none">
<label id="label_whisper" for="checkbox_whisper">[[UI_Whisper]]</label>
</td>
Thanks for asking