Actions
Command line arguments¶
-ConfigFolder <path> | Set a custom config folder. |
-cmd <command> | Runs a command on startup. |
irc://hostname:port/#channel | Opens a plain connection to the hostname and port, and optionally joins a #channel. |
irc6://hostname:port/#channel | Opens a plain IPv6 connection to the hostname and port, and optionally joins a #channel. |
ircs://hostname:port/#channel | Opens a SSL/TLS connection to the hostname and port, and optionally joins a #channel. |
ircs6://hostname:port/#channel | Opens a SSL/TLS IPv6 connection to the hostname and port, and optionally joins a #channel. |
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. |
A connection is only made if no existing matching connection is found.
Pressing the SHIFT key while starting AdiIRC bypasses any auto-connect servers.
See also $cmdline which holds the passed command line arguments, could be used during the on START event to provide additional arguments.
Updated by Per Amundsen over 6 years ago · 9 revisions