Strip: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
NaNg (talk | contribs)
Created page with "Adjusts stripping options in the Options dialog. /strip <+-burc> === Switches === '''bur''' - turns on/off bold, underline, reverse and Italic color code stripping (can't be s..."
 
NaNg (talk | contribs)
m fixed non-flagged command
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Adjusts stripping options in the Options dialog.
Adjusts stripping options in the Options dialog.
  /strip <+-burc>
  /strip [+-burc]
 
'''Note:''' Stripping is client-side and on the incoming direction. This setting will not strip output messages.


=== Switches ===
=== Switches ===
Line 13: Line 15:


  /strip -burc          Turns off all stripping.
  /strip -burc          Turns off all stripping.
/strip                Displays current stripping options.


[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 21:47, 17 June 2011

Adjusts stripping options in the Options dialog.

/strip [+-burc]

Note: Stripping is client-side and on the incoming direction. This setting will not strip output messages.

Switches

bur - turns on/off bold, underline, reverse and Italic color code stripping (can't be set separately).

c - turns on/off color stripping

Examples

/strip +bur-c         Turns on bold, underline and reverse stripping, and disables color stripping.
/strip -burc          Turns off all stripping.
/strip                Displays current stripping options.