diff options
| author | 2022-12-30 15:45:07 +0000 | |
|---|---|---|
| committer | 2023-02-13 14:27:51 +0000 | |
| commit | 297212ca4d928b18a3b620cd637d995df90465d7 (patch) | |
| tree | 354098b0fa10683cab397673e2cd66c0a124b254 /include | |
| parent | Fix missing some data when synchronising a new user over a link. (diff) | |
Switch to the IRCv3 standard-replies cap.
Nothing is using this so far so I'm not counting it as a breaking
change.
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules/ircv3_replies.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/ircv3_replies.h b/include/modules/ircv3_replies.h index 3bceb5964..d4b1ae2c5 100644 --- a/include/modules/ircv3_replies.h +++ b/include/modules/ircv3_replies.h @@ -33,13 +33,13 @@ namespace IRCv3 } } -/** Reference to the inspircd.org/standard-replies cap. */ +/** Reference to the standard-replies cap. */ class IRCv3::Replies::CapReference : public Cap::Reference { public: CapReference(Module* mod) - : Cap::Reference(mod, "inspircd.org/standard-replies") + : Cap::Reference(mod, "standard-replies") { } }; |
