diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-01-28 16:17:30 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-01-28 16:17:30 -0500 |
commit | a2c2abd60a7adce51ea6f97bc7f1017e07231a67 (patch) | |
tree | 75c3d1930f926bc2bbff3e85fd05392199962a19 /src/common | |
parent | 7a85c9160dbff92502f60c2651e572039de3e8ba (diff) |
Fix missed comma
Diffstat (limited to 'src/common')
-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", |