From 9fef91cf56baa612b295b737d8d3ebc41d02b445 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 13 Apr 2009 07:51:30 +0000 Subject: 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/ --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') 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 -- cgit