Project

General

Profile

Url » History » Version 1

Per Amundsen, 03/10/2016 11:30 AM

1 1 Per Amundsen
_Added in 2.3_
2
3
*/url [on|off|show|hide|-ranils] [N|address]*
4
5
Enable/disable/show/hide the URL catcher monitor or open a URL.
6
7
*Switches*
8
9
-a - TODO
10
-n - Open the Nth URL or address in a new window instead of new tab.
11
-r - Remove the Nth URL from the list.
12
-i - TODO
13
-l - TODO
14
-s - TODO
15
16
*Parameters*
17
18
[on|off] - Enables or disables the URL catcher monitor.
19
[show|hide] - Shows or hides the URL catcher monitor.
20
[N|address] - The Mth URL or a address to open.
21
22
*Example*
23
24
<pre>
25
; Open 'www.adiirc.com'.
26
/url www.adiirc.com
27
28
; Open 'www.adiirc.com' in a new window.
29
/url -n www.adiirc.com
30
</pre>