From 9d175cc4594d6ccf12b463ab49ec158e9f06036c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 18 Oct 2022 20:11:18 +0100 Subject: [PATCH] Also request the extended-monitor capability. This allows getting hostname/awaymsg/etc updates for monitored clients which will update the internal cache for that data. --- src/common/inbound.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/inbound.c b/src/common/inbound.c index ddd6ee9a..d4b5a32e 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1728,6 +1728,7 @@ static const char * const supported_caps[] = { "setname", "invite-notify", "account-tag", + "extended-monitor", /* ZNC */ "znc.in/server-time-iso",