diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-04-13 15:51:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-04-13 15:51:30 +0800 |
commit | 9fef91cf56baa612b295b737d8d3ebc41d02b445 (patch) | |
tree | e7028c3dead0734a0d9fe78c31250af48a9f9b17 /irc/Makefile | |
parent | 74d2586f07ab133ea40d616f62dd410169d48a16 (diff) | |
download | freebsd-ports-gnome-9fef91cf56baa612b295b737d8d3ebc41d02b445.tar.gz freebsd-ports-gnome-9fef91cf56baa612b295b737d8d3ebc41d02b445.tar.zst freebsd-ports-gnome-9fef91cf56baa612b295b737d8d3ebc41d02b445.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 major rewrite of Iroffer with extended features.
It does support mutiple IRC networks, SSL and IPv6.
LICENSE: GPL2
WWW: http://iroffer.dinoex.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 03aa50de51aa..e9fb2c30a1a6 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -52,6 +52,7 @@ SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer + SUBDIR += iroffer-dinoex SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter |