The program will execute verbosely, showing logger messages at level info or above
#### VERSION
`-V` or `--VERSION`
* Note the capitalization of the -V flag.
The program will print it's version and then exit with a status code of 0.
#### Network Check
`-n=BOOLEAN` or `--network-check=BOOLEAN`
* Boolean = Binary (either true or false)
* Default = true
The program won't check for a network connection prior to running. This may raise a fatal exception of type **LoadError**. If you are experiencing this, and wish for eveIRC Bot Installer to install dependencies automatically for you then you should try running the program again without this flag.