mirror of
https://github.com/znc/znc.git
synced 2026-08-03 07:23:19 +02:00
Add SSL/IPv6/DNS info to znc --version
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user