diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 15:54:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 15:54:29 +0000 |
commit | 82c16827c562b43d598823153ec48cb39c40242f (patch) | |
tree | 8f5555c53fe5516136e38f0d645862c3e3303d84 /irc/Makefile | |
parent | b5e13cccd2f608cec9c7899ba9262e1e6524fdc2 (diff) |
A powerful IRC daemon, based on ircd-ratbox. Utilized on networks such as
StaticBox and SorceryNet. A variant of charybdis has currently been deployed
on Freenode.
WWW: http://www.atheme.org/project/charybdis
PR: ports/155316
Submitted by: Chris Rees <utisoft at gmail.com>
Notes
Notes:
svn path=/head/; revision=271132
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 36cbabeb9dd2..00b177784d99 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -12,6 +12,7 @@ SUBDIR += bobot++ SUBDIR += bopm SUBDIR += cgiirc + SUBDIR += charybdis SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer |