Difference between revisions of "Clearall"

From Scriptwiki
Jump to: navigation, search
 
m (Removing "Finger Window")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Clears the buffers of the specified windows. If no parameter is given, all windows will be cleared.
 
Clears the buffers of the specified windows. If no parameter is given, all windows will be cleared.
  /clearall [-snqmtgu]
+
  /clearall [-asnqmtgu]
 
<table>
 
<table>
 
<tr><td><b>Switch</b></td><td><b>Meaning</b></td></tr>
 
<tr><td><b>Switch</b></td><td><b>Meaning</b></td></tr>
 +
<tr><td>a</td><td>Clears the windows over all server connections.</td></tr>
 
<tr><td>s</td><td>Clears the [[Status window|status window]].</td></tr>
 
<tr><td>s</td><td>Clears the [[Status window|status window]].</td></tr>
 
<tr><td>n</td><td>Clears all channel windows.</td></tr>
 
<tr><td>n</td><td>Clears all channel windows.</td></tr>
Line 8: Line 9:
 
<tr><td>m</td><td>Clears all message windows.</td></tr>
 
<tr><td>m</td><td>Clears all message windows.</td></tr>
 
<tr><td>t</td><td>Clears all chat windows.</td></tr>
 
<tr><td>t</td><td>Clears all chat windows.</td></tr>
<tr><td>g</td><td>Clears the [[Finger window|finger window]].</td></tr>
+
<tr><td>u</td><td>Clears all [[Custom Windows|custom windows]].</td></tr>
<tr><td>u</td><td>Clears all [[Custom window|custom windows]].</td></tr>
 
 
</table>
 
</table>
  
 
== See Also ==
 
== See Also ==
[[Clear|/clear]] will clear the buffer of a certain window.
+
* [[Clear|/clear]] will clear the buffer of a certain window.
  
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 02:21, 23 June 2013

Clears the buffers of the specified windows. If no parameter is given, all windows will be cleared.

/clearall [-asnqmtgu]
SwitchMeaning
aClears the windows over all server connections.
sClears the status window.
nClears all channel windows.
qClears all query windows.
mClears all message windows.
tClears all chat windows.
uClears all custom windows.

See Also

  • /clear will clear the buffer of a certain window.