diff options
author | pav <pav@FreeBSD.org> | 2006-05-01 18:14:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-01 18:14:12 +0800 |
commit | cae52d92a763ae024ef932f6be9f224ec1067eac (patch) | |
tree | ff0ad9bf6483e21d01b136bbbab8b9821a3f8330 /irc/Makefile | |
parent | 683f6f38ea3f83826c8abc17c1fecdbea252aad3 (diff) | |
download | freebsd-ports-gnome-cae52d92a763ae024ef932f6be9f224ec1067eac.tar.gz freebsd-ports-gnome-cae52d92a763ae024ef932f6be9f224ec1067eac.tar.zst freebsd-ports-gnome-cae52d92a763ae024ef932f6be9f224ec1067eac.zip |
ratbox-respond is a tool that provides a client side implementation of
the challenge opering system in ircd-ratbox. The challenge system
provides the ability to oper using private key authentication instead of
passwords to improve security.
WWW: http://respond.ircd-ratbox.org/
PR: ports/96534
Submitted by: Shaun Amott <shaun@inerd.com>
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 fe7d7c1a2849..8cfa70080c9f 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -85,6 +85,7 @@ SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quirc + SUBDIR += ratbox-respond SUBDIR += rbot SUBDIR += riece SUBDIR += riece-emacs20 |