From WikiChip
Difference between revisions of "mirc/commands/strip"
(→Synopsis) |
m (→Compatibility: Add this.) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
== Synopsis == | == Synopsis == | ||
<pre>/strip [+-burc]</pre> | <pre>/strip [+-burc]</pre> | ||
− | |||
− | |||
− | |||
− | |||
== Switches == | == Switches == | ||
Line 20: | Line 16: | ||
* '''i''' - Italic | * '''i''' - Italic | ||
* '''e''' - StrikeThrough | * '''e''' - StrikeThrough | ||
+ | |||
+ | == Parameters == | ||
+ | |||
+ | None | ||
== Examples == | == Examples == | ||
Line 30: | Line 30: | ||
'''Enable stripping on reverse and underline, disable on bold and color codes''' | '''Enable stripping on reverse and underline, disable on bold and color codes''' | ||
<pre>/strip +ru-bc</pre> | <pre>/strip +ru-bc</pre> | ||
+ | |||
+ | == Compatibility == | ||
+ | {{mIRC compatibility|4.7}} | ||
+ | |||
== See also == | == See also == |
Latest revision as of 08:42, 6 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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]
mIRC commands list