-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/commands/strip"
(Created /strip command - mIRC) |
m |
||
Line 16: | Line 16: | ||
<span style="display: inline-block; width: 30px;">'''r'''</span>Reverse codes. | <span style="display: inline-block; width: 30px;">'''r'''</span>Reverse codes. | ||
− | <span style="display: inline-block; width: 30px;">'''c''</span>Color codes. | + | <span style="display: inline-block; width: 30px;">'''c'''</span>Color codes. |
= Examples = | = Examples = |
Revision as of 22:39, 22 June 2014
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