diff options
author | Sadie Powell <sadie@witchery.services> | 2021-05-23 19:12:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 13:12:10 -0500 |
commit | e4fd69e3d4ec2eb707a693ea69b8e14181249d0a (patch) | |
tree | 8469ab29009e0e5314c4637ee88706184b78e20b /src/common/inbound.c | |
parent | f0554b27df459b7794d990f9da72318e2e3d2620 (diff) |
Implement support for the IRCv3 SETNAME specification. (#2571)
Diffstat (limited to 'src/common/inbound.c')
-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 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", |