From WikiChip
Difference between revisions of "mirc/commands/strip"
< mirc‎ | commands

(Switches)
Line 2: Line 2:
 
The '''/strip'' command is used to essentially enable or disable certain control-code stripping within mIRC.
 
The '''/strip'' command is used to essentially enable or disable certain control-code stripping within mIRC.
  
= Synopsis =
+
== Synopsis ==
 
<pre>/strip [+-burc]</pre>
 
<pre>/strip [+-burc]</pre>
  
= Switch Toggles =
+
== Switches ==
<span style="display: inline-block; width: 30px;">'''-'''</span>Disables the switch(es) that follow.
 
  
<span style="display: inline-block; width: 30px;">'''+'''</span>Enables the switch(es) that follow.
+
You can chain +letter and -letter combo where + enables and - disables
  
 
= Switches =
 
= Switches =

Revision as of 00:21, 4 May 2023

The '/strip command is used to essentially enable or disable certain control-code stripping within mIRC.

Synopsis

/strip [+-burc]

Switches

You can chain +letter and -letter combo where + enables and - disables

Switches

  • o - Turns off stripping entirely
  • b - Bold
  • u - Underline
  • r - Reverse
  • c - Color
  • i - Italic
  • e - StrikeThrough

Examples

Disable all control code stripping

/strip -burc

Enable stripping on bold, disable on color codes

/strip -b+c

Enable stripping on reverse and underline, disable on bold and color codes

/strip +ru-bc

See also

[Expand]
v · d · e mIRC commands list