diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/inbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 70aa5b2e..3df0c520 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1722,7 +1722,7 @@ static const char * const supported_caps[] = { /* "sasl", Handled manually */ /* IRCv3.2 */ - "server-time" + "server-time", "userhost-in-names", "cap-notify", |