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

m
m (Synopsis)
Line 2: Line 2:
  
 
= Synopsis =
 
= Synopsis =
/strip [+-burc]
+
<pre>/strip [+-burc]</pre>
  
 
= Switch Toggles =
 
= Switch Toggles =

Revision as of 23:39, 22 June 2014

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

bBold codes.

uUnderline codes.

rReverse codes.

cColor codes.

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