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

m (Bot: Adding a template)
m (Compatibility: Add this.)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{mirc title|/strip Command}}
 
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 =
+
* '''o''' - Turns off stripping entirely
<span style="display: inline-block; width: 30px;">'''b'''</span>Bold codes.
+
* '''b''' - Bold
 +
* '''u''' - Underline
 +
* '''r''' - Reverse
 +
* '''c''' - Color
 +
* '''i''' - Italic
 +
* '''e''' - StrikeThrough
  
<span style="display: inline-block; width: 30px;">'''u'''</span>Underline codes.
+
== Parameters ==
  
<span style="display: inline-block; width: 30px;">'''r'''</span>Reverse codes.
+
None
  
<span style="display: inline-block; width: 30px;">'''c'''</span>Color codes.
+
== Examples ==
 
 
= Examples =
 
 
'''Disable all control code stripping'''
 
'''Disable all control code stripping'''
 
<pre>/strip -burc</pre>
 
<pre>/strip -burc</pre>
Line 28: Line 31:
 
<pre>/strip +ru-bc</pre>
 
<pre>/strip +ru-bc</pre>
  
= See also =
+
== Compatibility ==
 +
{{mIRC compatibility|4.7}}
 +
 
 +
 
 +
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:MIRC commands]]
+
[[Category:mIRC commands|strip command - mIRC]]

Latest revision as of 09:42, 6 February 2024

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

Synopsis[edit]

/strip [+-burc]

Switches[edit]

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

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

Parameters[edit]

None

Examples[edit]

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

Compatibility[edit]

Added: mIRC v4.7
Added on: 09 Dec 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC commands list