commit 1318e78

delthas  ·  2023-02-13 12:20:50 +0000 UTC
parent 5414edb
Request standard-replies

We already support displaying any standard reply.

See: https://github.com/ircv3/ircv3-specifications/pull/506
1 files changed,  +1, -0
+1, -0
1@@ -62,6 +62,7 @@ var SupportedCapabilities = map[string]struct{}{
2 	"server-time":      {},
3 	"sasl":             {},
4 	"setname":          {},
5+	"standard-replies": {},
6 
7 	"draft/chathistory":               {},
8 	"draft/event-playback":            {},