Project

General

Profile

Tab » History » Version 3

Per Amundsen, 03/09/2016 05:56 PM

1 1 Per Amundsen
_Added in 1.5_
2
3 3 Per Amundsen
*/tab [-fbpn] [[network] [#channel|nick]|N]*
4 1 Per Amundsen
5
Activates the matching window or the window number counting from the top.
6 3 Per Amundsen
7
*Switches*
8
9
-f - Activates the next window in Switchbar order.
10
-b - Activates the previous window in Switchbar order.
11
-n - Activates the next window in recent history order.
12
-p - Activates the previous window in recent order.
13 1 Per Amundsen
14
*Parameters*
15
16
[network] - [[$network]] to match.
17
[#channel|nick] - Channel or nick to match.
18
[N] - The Nth position.
19
20
*Example*
21
22
<pre>
23 2 Per Amundsen
;Activate #channel window on $network NordicIRC.
24 1 Per Amundsen
/tab NordicIRC #channel
25
26
;Activate the 5th window.
27
/tab 5
28
</pre>