From WikiChip
Difference between revisions of "mirc/commands/strip"
(→Synopsis) |
|||
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 == |
Revision as of 01:16, 4 May 2023
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.
Contents
Synopsis
/strip [+-burc]
Switches
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
None
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
mIRC commands list