From WikiChip
Difference between revisions of "mirc/commands/strip"
(Created /strip command - mIRC) |
m (→Compatibility: Add this.) |
||
(15 intermediate revisions by 4 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 == |
− | /strip [+-burc] | + | <pre>/strip [+-burc]</pre> |
− | = | + | == 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 == | |
− | |||
− | = 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}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|strip command - mIRC]] |
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