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

m (Bot: de-linking old mIRC menu)
(Switches)
Line 11: Line 11:
  
 
= Switches =
 
= Switches =
<span style="display: inline-block; width: 30px;">'''b'''</span>Bold codes.
+
* '''b''' - Bold
 
+
* '''u''' - Underline
<span style="display: inline-block; width: 30px;">'''u'''</span>Underline codes.
+
* '''r''' - Reverse
 
+
* '''c''' - Color
<span style="display: inline-block; width: 30px;">'''r'''</span>Reverse codes.
+
* '''i''' - Italic
 
 
<span style="display: inline-block; width: 30px;">'''c'''</span>Color codes.
 
  
 
= Examples =
 
= Examples =

Revision as of 18:20, 12 July 2020

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

Synopsis

/strip [+-burc]

Switch Toggles

-Disables the switch(es) that follow.

+Enables the switch(es) that follow.

Switches

  • b - Bold
  • u - Underline
  • r - Reverse
  • c - Color
  • i - Italic

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