diff options
author | Sadie Powell <sadie@witchery.services> | 2022-10-18 20:11:18 +0100 |
---|---|---|
committer | Patrick <tingping@tingping.se> | 2022-11-05 12:42:51 -0500 |
commit | 9d175cc4594d6ccf12b463ab49ec158e9f06036c (patch) | |
tree | c6889133e20a6aaa233b81340aba606443664fc4 | |
parent | 4ad7afe884ff1e3df70d4c0b137add9b973a6891 (diff) |
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.
-rw-r--r-- | src/common/inbound.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |