Add SSL/IPv6/DNS info to znc --version

This commit is contained in:
Alexey Sokolov
2012-03-15 01:38:37 +07:00
parent 91e2256377
commit 819776873d
4 changed files with 26 additions and 19 deletions
+1
View File
@@ -138,6 +138,7 @@ int main(int argc, char** argv) {
return 0;
case 'v':
cout << CZNC::GetTag() << endl;
cout << CZNC::GetCompileOptionsString() << endl;
return 0;
case 'n':
CDebug::SetStdoutIsTTY(false);