add standard-replies capability

This commit is contained in:
Shivaram Lingamneni 2022-12-30 10:16:52 -05:00
parent 30fbfe4cc0
commit bceae9b739
2 changed files with 14 additions and 3 deletions

View file

@ -195,6 +195,12 @@ CAPDEFS = [
url="https://github.com/ircv3/ircv3-specifications/pull/503",
standard="proposed IRCv3",
),
CapDef(
identifier="StandardReplies",
name="standard-replies",
url="https://github.com/ircv3/ircv3-specifications/pull/506",
standard="IRCv3",
),
]
def validate_defs():
@ -230,7 +236,7 @@ package caps
const (
// number of recognized capabilities:
numCapabs = %d
// length of the uint64 array that represents the bitset:
// length of the uint32 array that represents the bitset:
bitsetLen = %d
)
""" % (numCapabs, bitsetLen), file=output)