summaryrefslogtreecommitdiff
path: root/irc/Makefile
diff options
context:
space:
mode:
authorC. McEnroe <june@causal.agency>2021-05-31 08:07:32 -1000
committerRomain Tartière <romain@FreeBSD.org>2021-05-31 08:32:40 -1000
commitbca23673cb03bf1a01e798cf357579a8ce99acd5 (patch)
tree2713069d6ceb0f227b3d22a1034aa11f8527f751 /irc/Makefile
parentdevel/py-pinocchio: Upgrade to version 0.4.3 (diff)
irc/pounce: New port - Multi-client IRC bouncer
pounce is a multi-client, TLS-only IRC bouncer. It takes a simple approach, using a multiple-consumer ring buffer and the IRCv3.2 server-time extension to communicate with clients. WWW: https://git.causal.agency/pounce/ PR: 246637
Diffstat (limited to 'irc/Makefile')
-rw-r--r--irc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 358c39ad6c5d..5a5a863fb5fc 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -84,6 +84,7 @@
SUBDIR += pircbot
SUBDIR += pisg
SUBDIR += polari
+ SUBDIR += pounce
SUBDIR += py-fishcrypt
SUBDIR += py-irc
SUBDIR += py-limnoria