Project

General

Profile

Clearall » History » Version 2

Per Amundsen, 02/08/2014 11:50 AM

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
-a = all windows on all connections
10
-g - TODO
11
-m = TODO
12
-n = channel windows
13
-q = query windows
14
-s = status windows
15
-t = dcc chat windows
16
-u = custom windows
17 2 Per Amundsen
18
*Example*
19
<pre>
20
;Clear all channel and query windows
21
/aclear -nq
22
23
;Clear all windows
24
/aclear
25
</pre>