From WikiChip
Difference between revisions of "mirc/commands/strip"
Line 9: | Line 9: | ||
You can chain +letter and -letter combo where + enables and - disables | You can chain +letter and -letter combo where + enables and - disables | ||
− | |||
* '''o''' - Turns off stripping entirely | * '''o''' - Turns off stripping entirely | ||
* '''b''' - Bold | * '''b''' - Bold | ||
Line 18: | Line 17: | ||
* '''e''' - StrikeThrough | * '''e''' - StrikeThrough | ||
− | = Examples = | + | == Examples == |
'''Disable all control code stripping''' | '''Disable all control code stripping''' | ||
<pre>/strip -burc</pre> | <pre>/strip -burc</pre> | ||
Line 28: | Line 27: | ||
<pre>/strip +ru-bc</pre> | <pre>/strip +ru-bc</pre> | ||
− | = See also = | + | == 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]] |
Revision as of 00:05, 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
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