From 3a371309f52dc1a06e1f911a9e9591139507b046 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 7 Mar 2008 15:51:44 +0000 Subject: ZNC is an advanced IRC bouncer with features that include support for multiple users, playback buffers, DCC bouncing, SASL authentication and SSL encryption. It can be extended with dynamically loaded modules written in C++ or Perl. WWW: http://znc.in/ PR: ports/121412 Submitted by: elvstone at gmail.com --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') diff --git a/irc/Makefile b/irc/Makefile index fbe202cdf91c..4cd438824fa4 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -128,5 +128,6 @@ SUBDIR += xchat-mircryption SUBDIR += xchat1 SUBDIR += zircon + SUBDIR += znc .include -- cgit