From 6bf026599c58033144a48195680f4bab1ef7bdbd Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 28 Dec 2011 10:39:12 +0700 Subject: [PATCH] Change c-ares to tdns in output of /znc version --- src/ClientCommand.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);