Change c-ares to tdns in output of /znc version

This commit is contained in:
Alexey Sokolov
2011-12-28 10:39:12 +07:00
parent 717d0596e3
commit 6bf026599c

View File

@@ -136,11 +136,11 @@ void CClient::UserCommand(CString& sLine) {
#else
"no"
#endif
", c-ares: "
#ifdef HAVE_C_ARES
"yes";
", dns: "
#ifdef HAVE_THREADED_DNS
"threads";
#else
"no";
"blocking";
#endif
PutStatus(CZNC::GetTag());
PutStatus(features);