From WikiChip
Difference between revisions of "mirc/commands/strip"
m (bot: correcting title) |
m (Bot: de-linking old mIRC menu) |
||
Line 1: | Line 1: | ||
− | {{mirc title|/strip Command | + | {{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. | ||
Revision as of 18:43, 15 June 2017
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
/strip [+-burc]
Switch Toggles
-Disables the switch(es) that follow.
+Enables the switch(es) that follow.
Switches
bBold codes.
uUnderline codes.
rReverse codes.
cColor codes.
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