mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Change c-ares to tdns in output of /znc version
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user