Project

General

Profile

Clearall » History » Version 7

Per Amundsen, 03/15/2015 05:25 PM

1 1 Per Amundsen
_Added in 1.7_
2
3
*/clearall [-agmnqstu]*
4
5
Clears the buffer and Channelbar/Sidebar unread color of the specified window type, if no type is specified, all windows on current connection is cleared.
6
7
*Switches*
8
9 7 Per Amundsen
-a - All windows on all connections.
10 1 Per Amundsen
-g - TODO
11
-m - TODO
12 7 Per Amundsen
-n - Channel windows.
13
-p - Docking panels.
14
-q - Query windows.
15
-s - Status windows.
16
-t - Dcc chat windows.
17
-u - Custom windows.
18 2 Per Amundsen
19
*Example*
20 3 Per Amundsen
21 2 Per Amundsen
<pre>
22
;Clear all channel and query windows
23 5 Per Amundsen
/clearall -nq
24 2 Per Amundsen
25 6 Per Amundsen
;Clear all windows on current connection.
26 5 Per Amundsen
/clearall
27 2 Per Amundsen
</pre>