Project

General

Profile

Aclear » History » Version 17

Per Amundsen, 02/14/2023 08:57 AM

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