mirror of
https://github.com/znc/znc.git
synced 2026-07-01 15:31:52 +02:00
Revert StripControls implementation (#850)
This reverts commits27d78795a7andf27109f1b4. It was decided that the functionality is provided by a separate module instead, to avoid unnecessarily bloating the core.
This commit is contained in:
@@ -129,16 +129,6 @@
|
||||
<? 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 and private 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