kvirc --version (return code: 0)
KVIrc 4.2.0 'Equilibrium'
Sources date: 20120701
Build date: 2017-07-26 22:55:16 UTC
Home page: http://www.kvirc.net/
kvirc --help (return code: 0)
Usage:
kvirc [options] [server [port]] [ircurl [ircurl [...]]]
Available options:
-h, --help : Print this help and exit
-v, --version: Print version information and exit
-c <file> : Use <file> as config file instead of ~/.kvirc4.rc
(defaults to $HOME/.kvirc4.rc if <file> does not exist)
-n <file> : Use <file> as config file instead of $HOME/.kvirc4.rc
(create <file> if it does not exist)
-f : Force a new KVIrc session, even if there is already
a running one.
-e <commands>: If a KVIrc session is already running, execute
the <commands> in that session, otherwise start up
normally and execute <commands>
<commands> must be a single shell token.
You can eventually use this switch more than once
-x <commands>: If a KVIrc session is already running, execute
the <commands> in that session, otherwise exit from application without doing anything/
<commands> must be a single shell token.
You can eventually use this switch more than once
-r <commands>: If a KVIrc session is already running, execute the <commands>
in that session, otherwise start up normally (do not execute).
<commands> must be a single shell token.
You can eventually use this switch more than once
-m : If a KVIrc session is already running, show an informational
popup dialog instead of writing to the console
--nosplash : Do not show the splash screen at startup
[server] : Connect to this server after startup
[port] : Use this port for connection
[ircurl] : URL in the following form:
irc[6]://<server>[:<port>][/<channel>[?<pass>]]