diff options
author | pav <pav@FreeBSD.org> | 2006-12-01 23:12:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-01 23:12:51 +0800 |
commit | 59a7771b30ba3667dcedc32088bfb445ce6dd302 (patch) | |
tree | 47b6b169eb70d691ea0c954ff09c7aca00482074 /irc/inspircd/pkg-descr | |
parent | 1a3688417ee399192d881df6743191c7de87cf7e (diff) | |
download | freebsd-ports-gnome-59a7771b30ba3667dcedc32088bfb445ce6dd302.tar.gz freebsd-ports-gnome-59a7771b30ba3667dcedc32088bfb445ce6dd302.tar.zst freebsd-ports-gnome-59a7771b30ba3667dcedc32088bfb445ce6dd302.zip |
InspIRCd is a highly modular C++ IRC daemon. It supports most features
of other IRC daemons, and supports FreeBSD kqueue() for connection
management.
WWW: http://www.inspircd.org/
PR: ports/102583
Submitted by: Craig Edwards <brain@mail1.chatspike.net>
Diffstat (limited to 'irc/inspircd/pkg-descr')
-rw-r--r-- | irc/inspircd/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/inspircd/pkg-descr b/irc/inspircd/pkg-descr new file mode 100644 index 000000000000..0a65e8ba994e --- /dev/null +++ b/irc/inspircd/pkg-descr @@ -0,0 +1,5 @@ +InspIRCd is a highly modular C++ IRC daemon. It supports most features +of other IRC daemons, and supports FreeBSD kqueue() for connection +management. + +WWW: http://www.inspircd.org/ |