Difference between revisions of "Strip"

From Scriptwiki
Jump to: navigation, search
m (side note)
m (fixed non-flagged command)
 
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.
 
'''Note:''' Stripping is client-side and on the incoming direction. This setting will not strip output messages.
Line 15: 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 23: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.