Project

General

Profile

Url » History » Version 5

Per Amundsen, 02/16/2023 05:06 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 5 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -a | *TODO* |
12
| -n | Open the Nth URL or address in a new window instead of new tab. |
13
| -r | Remove the Nth URL from the list. |
14
| -i | *TODO* |
15
| -l | *TODO* |
16
| -s | *TODO* |
17
| -w | Shows the [[Links_Options#Show-warning-when-opening-a-link<notextile>|</notextile>link warning]] box if enabled. *(AdiIRC only)* |
18 4 Per Amundsen
19
*Parameters*
20 1 Per Amundsen
21 5 Per Amundsen
table(ktable).
22
|*Parameter*|*Description*|
23
| [on<notextile>|</notextile>off] | Enables or disables the URL catcher monitor. |
24
| [show<notextile>|</notextile>hide] | Shows or hides the URL catcher monitor. |
25
| [N<notextile>|</notextile>address] | The Nth URL or a address to open. |
26 1 Per Amundsen
27
*Example*
28
29
<pre>
30
; Open 'www.adiirc.com'.
31
/url www.adiirc.com
32
33
; Open 'www.adiirc.com' in a new window.
34
/url -n www.adiirc.com
35
</pre>