diff options
author | June McEnroe <june@causal.agency> | 2021-06-18 11:33:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-18 11:33:32 -0400 |
commit | da8d4e0d70258e11815fafde5e1ef6794f53bd11 (patch) | |
tree | 8196bba223cf204a2da723c30ece55b0c99d4533 /README.7 | |
parent | Add mailing list archive to README (diff) | |
download | pounce-da8d4e0d70258e11815fafde5e1ef6794f53bd11.tar.gz pounce-da8d4e0d70258e11815fafde5e1ef6794f53bd11.zip |
Stop referring to server-time as IRCv3.2
IRCv3 has moved away from grouping specs together into versions like this. SASL is still referred to as IRCv3.2 because there are two different versions of that spec.
Diffstat (limited to '')
-rw-r--r-- | README.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.7 b/README.7 index 24e7260..7997a49 100644 --- a/README.7 +++ b/README.7 @@ -11,7 +11,7 @@ is a multi-client, TLS-only IRC bouncer. It takes a simple approach, using a multiple-consumer ring buffer -and the IRCv3.2 +and the IRCv3 .Sy server-time extension to communicate with clients. . |