mirror of
https://github.com/znc/znc.git
synced 2026-08-09 10:23:14 +02:00
updating to newer Csocket code
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@49 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -22,6 +22,9 @@ void die(int sig) {
|
||||
int main(int argc, char** argv) {
|
||||
string sConfig = "znc.conf";
|
||||
|
||||
// initialize ssl, allow client to have compression enabled if desired
|
||||
InitSSL( CT_ZLIB );
|
||||
|
||||
if (argc > 1) {
|
||||
if ((argc > 2) || (strcasecmp(argv[1], "--help") == 0) || (strcasecmp(argv[1], "-h") == 0)) {
|
||||
cerr << "Usage: " << argv[0] << " [--makepass|--help|znc.conf]" << endl;
|
||||
|
||||
Reference in New Issue
Block a user