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:
imaginos
2005-03-30 19:19:44 +00:00
parent b9fbcf8013
commit b1a328d665
2 changed files with 72 additions and 17 deletions
+3
View File
@@ -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;