mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Implemented StripControls for channel messages and notices
This commit is contained in:
@@ -129,6 +129,16 @@
|
||||
<? INC encoding_settings.tmpl ?>
|
||||
</div>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Strip Controls:</div>
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" name="stripcontrols" id="stripcontrols_checkbox"
|
||||
title="Strips control codes (Colors, Bold, ..) from channel messages."
|
||||
<? IF StripControls ?>checked="checked"<? ENDIF ?> />
|
||||
<label for="stripcontrols_checkbox">Enabled</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user