Project

General

Profile

Url » History » Version 3

Per Amundsen, 01/08/2017 01:54 PM

1 1 Per Amundsen
_Added in 2.3_
2
3 3 Per Amundsen
*/url [on|off|show|hide|-ranilsw] [N|address]*
4 1 Per Amundsen
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 3 Per Amundsen
-w - Shows the [[Links_Options#Show-warning-when-opening-a-link|link warning]] box if enabled. (AdiIRC only)
16 1 Per Amundsen
17
*Parameters*
18
19
[on|off] - Enables or disables the URL catcher monitor.
20
[show|hide] - Shows or hides the URL catcher monitor.
21 2 Per Amundsen
[N|address] - The Nth URL or a address to open.
22 1 Per Amundsen
23
*Example*
24
25
<pre>
26
; Open 'www.adiirc.com'.
27
/url www.adiirc.com
28
29
; Open 'www.adiirc.com' in a new window.
30
/url -n www.adiirc.com
31
</pre>