Command line arguments » History » Version 8
Per Amundsen, 07/30/2018 05:31 PM
| 1 | 1 | Per Amundsen | h1. Command line arguments |
|---|---|---|---|
| 2 | |||
| 3 | 5 | Per Amundsen | |-ConfigFolder <path> | Set a custom [[Config Files|config folder]].| |
| 4 | |-cmd <command> | Runs a [[Scripting Commands|command]] on startup.| |
||
| 5 | 3 | Per Amundsen | |irc://hostname:port/#channel | Opens a plain connection to the hostname and port, and optionally joins a #channel.| |
| 6 | |irc6://hostname:port/#channel | Opens a plain IPv6 connection to the hostname and port, and optionally joins a #channel.| |
||
| 7 | |ircs://hostname:port/#channel | Opens a SSL/TLS connection to the hostname and port, and optionally joins a #channel.| |
||
| 8 | 6 | Per Amundsen | |ircs6://hostname:port/#channel | Opens a SSL/TLS IPv6 connection to the hostname and port, and optionally joins a #channel.| |
| 9 | 3 | Per Amundsen | |xdcc://network/hostname:port/#channel/nick/#id/filename | Opens a connection to the hostname:port, joins the #channel and tries to request the #id/filename from the nick.| |
| 10 | 1 | Per Amundsen | |
| 11 | 8 | Per Amundsen | _A connection is only made if no existing matching connection is found._ |
| 12 | 7 | Per Amundsen | |
| 13 | _Pressing the %(key)SHIFT% key while starting AdiIRC bypasses any auto-connect servers._ |