From b4d86afb0193070dd84c6c1d709dbe7ae9996c70 Mon Sep 17 00:00:00 2001 From: dinoex Date: Wed, 11 Apr 2007 16:33:09 +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 fork of Iroffer with extended features. It does support mIRC-style DCC Server Protocol. WWW: http://iroffer-lamm.sourceforge.net/ --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') 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 -- cgit