Project

General

Profile

Url » History » Revision 2

Revision 1 (Per Amundsen, 03/10/2016 11:30 AM) → Revision 2/5 (Per Amundsen, 06/27/2016 08:17 PM)

_Added in 2.3_ 

 */url [on|off|show|hide|-ranils] [N|address]* 

 Enable/disable/show/hide the URL catcher monitor or open a URL. 

 *Switches* 

 -a - TODO 
 -n - Open the Nth URL or address in a new window instead of new tab. 
 -r - Remove the Nth URL from the list. 
 -i - TODO 
 -l - TODO 
 -s - TODO 

 *Parameters* 

 [on|off] - Enables or disables the URL catcher monitor. 
 [show|hide] - Shows or hides the URL catcher monitor. 
 [N|address] - The Nth Mth URL or a address to open. 

 *Example* 

 <pre> 
 ; Open 'www.adiirc.com'. 
 /url www.adiirc.com 

 ; Open 'www.adiirc.com' in a new window. 
 /url -n www.adiirc.com 
 </pre>