diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-04-12 00:33:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-04-12 00:33:09 +0800 |
commit | b4d86afb0193070dd84c6c1d709dbe7ae9996c70 (patch) | |
tree | 614796bf4d0596e331737605fb125883b32cc684 /irc/Makefile | |
parent | 8067f8d4e95763cf8a6d941b3df05e95ee738851 (diff) | |
download | freebsd-ports-gnome-b4d86afb0193070dd84c6c1d709dbe7ae9996c70.tar.gz freebsd-ports-gnome-b4d86afb0193070dd84c6c1d709dbe7ae9996c70.tar.zst freebsd-ports-gnome-b4d86afb0193070dd84c6c1d709dbe7ae9996c70.zip |
iroffer is a fileserver for irc (commonly referred to as a DCC bot). It
uses the DCC feature of irc to send files to other users. iroffer will
connect to an irc server and let people request files from it.
This is a fork of Iroffer with extended features.
It does support mIRC-style DCC Server Protocol.
WWW: http://iroffer-lamm.sourceforge.net/
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 6ad2b9fb8ce7..effe2f8d3215 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -51,6 +51,7 @@ SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer + SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-devel |