summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-15 04:59:50 -0500
committerJune McEnroe <june@causal.agency>2020-02-15 04:59:50 -0500
commita91e5fc80585e74b73aef93807d305a62e5a57b2 (patch)
tree3719f8624e7b9bc83dd76b948a0f151a4024f568
parentSeparate network info from self (diff)
downloadcatgirl-a91e5fc80585e74b73aef93807d305a62e5a57b2.tar.gz
catgirl-a91e5fc80585e74b73aef93807d305a62e5a57b2.zip
Enable multi-prefix
Diffstat (limited to '')
-rw-r--r--catgirl.18
-rw-r--r--chat.h1
2 files changed, 9 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1
index fb2a454..3b84969 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -594,6 +594,14 @@ join = #ascii.town
 .It
 .Rs
 .%A William Pitcock
+.%T IRCv3.1 multi-prefix Extension
+.%I IRCv3 Working Group
+.%U https://ircv3.net/specs/extensions/multi-prefix-3.1
+.Re
+.
+.It
+.Rs
+.%A William Pitcock
 .%A Jilles Tjoelker
 .%T IRCv3.1 SASL Authentication
 .%I IRCv3 Working Group
diff --git a/chat.h b/chat.h
index 9976786..bb15b3d 100644
--- a/chat.h
+++ b/chat.h
@@ -72,6 +72,7 @@ static inline enum Color hash(const char *str) {
 #define ENUM_CAP \
 	X("extended-join", CapExtendedJoin) \
 	X("invite-notify", CapInviteNotify) \
+	X("multi-prefix", CapMultiPrefix) \
 	X("sasl", CapSASL) \
 	X("server-time", CapServerTime) \
 	X("userhost-in-names", CapUserhostInNames)
/htagml.1?id=5addac372152c1046caf20703057347cebc5d5f0&follow=1'>Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe