mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
improvements to message replay code
This commit is contained in:
parent
939729a7c0
commit
b11bf503e7
10 changed files with 338 additions and 165 deletions
|
|
@ -159,6 +159,12 @@ CAPDEFS = [
|
|||
url="https://wiki.znc.in/Query_buffers",
|
||||
standard="ZNC vendor",
|
||||
),
|
||||
CapDef(
|
||||
identifier="EventPlayback",
|
||||
name="draft/event-playback",
|
||||
url="https://github.com/ircv3/ircv3-specifications/pull/362",
|
||||
standard="Draft IRCv3",
|
||||
),
|
||||
]
|
||||
|
||||
def validate_defs():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue