Fix missed comma
This commit is contained in:
parent
7a85c9160d
commit
a2c2abd60a
1 changed files with 1 additions and 1 deletions
|
@ -1722,7 +1722,7 @@ static const char * const supported_caps[] = {
|
|||
/* "sasl", Handled manually */
|
||||
|
||||
/* IRCv3.2 */
|
||||
"server-time"
|
||||
"server-time",
|
||||
"userhost-in-names",
|
||||
"cap-notify",
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue