From e4fd69e3d4ec2eb707a693ea69b8e14181249d0a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 23 May 2021 19:12:10 +0100 Subject: Implement support for the IRCv3 SETNAME specification. (#2571) --- src/common/inbound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/inbound.c') diff --git a/src/common/inbound.c b/src/common/inbound.c index 71c60357..a7cf51a4 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1724,6 +1724,7 @@ static const char * const supported_caps[] = { "userhost-in-names", "cap-notify", "chghost", + "setname", /* ZNC */ "znc.in/server-time-iso", -- cgit 1.4.1