Skip to content

Commit

Permalink
update persistence spec link
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Dec 11, 2022
1 parent ae1de25 commit 898f84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gencapdefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
CapDef(
identifier="Persistence",
name="draft/persistence",
url="https://gist.github.com/slingamn/e3645a0d0418b736b755746bfd65f2a6",
url="https://github.com/ircv3/ircv3-specifications/pull/503",
standard="proposed IRCv3",
),
]
Expand Down
2 changes: 1 addition & 1 deletion irc/caps/defs.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
Multiline Capability = iota

// Persistence is the proposed IRCv3 capability named "draft/persistence":
// https://gist.github.com/slingamn/e3645a0d0418b736b755746bfd65f2a6
// https://github.com/ircv3/ircv3-specifications/pull/503
Persistence Capability = iota

// ReadMarker is the draft IRCv3 capability named "draft/read-marker":
Expand Down

0 comments on commit 898f84c

Please sign in to comment.