diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index ca620c2d..a62073e8 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -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);