From WikiChip
Difference between revisions of "mirc/commands/strip"
(→Switches) |
m (→Compatibility: Add this.) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
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> | ||
− | = | + | == Switches == |
− | |||
− | + | 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 19: | Line 17: | ||
* '''e''' - StrikeThrough | * '''e''' - StrikeThrough | ||
− | = Examples = | + | == Parameters == |
+ | |||
+ | None | ||
+ | |||
+ | == Examples == | ||
'''Disable all control code stripping''' | '''Disable all control code stripping''' | ||
<pre>/strip -burc</pre> | <pre>/strip -burc</pre> | ||
Line 29: | 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]] |
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