Revert StripControls implementation (#850)

This reverts commits 27d78795a7 and
f27109f1b4. It was decided that the
functionality is provided by a separate module instead, to avoid
unnecessarily bloating the core.
This commit is contained in:
J-P Nurmi
2015-03-04 09:41:52 +01:00
parent a67f929b7d
commit a5b4a29c00
8 changed files with 1 additions and 124 deletions
@@ -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>