diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-12-17 16:49:50 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-12-17 16:49:50 +0000 |
commit | b0d0b4850e36e9c13c28402de8ed2d7dd758dea6 (patch) | |
tree | 5c9c6e9a3f0c4db04ba41dd9442872909c37dcff /irc/Makefile | |
parent | 7653b8bb594b6c9dd46316112d5c6a2126b1683c (diff) | |
download | freebsd-ports-b0d0b4850e36e9c13c28402de8ed2d7dd758dea6.zip |
A user-friendly IRC bouncer.
- Multi-user
- Support multiple clients for a single user, with proper backlog
synchronization
- Support connecting to multiple upstream servers via a single IRC
connection to the bouncer
WWW: https://soju.im
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index a1350f87e29d..2d8059b6b3d9 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -106,6 +106,7 @@ SUBDIR += sirc SUBDIR += smartirc4net SUBDIR += smuxi + SUBDIR += soju SUBDIR += srain SUBDIR += srvx SUBDIR += thales |