From 89d99e2ff97e5217e80190765d3e1e9bb59239d6 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 4 Feb 2012 12:55:41 +0100 Subject: Update preliminary ngIRCd protocol module for Anope 1.9.6 --- contrib/Anope/README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'contrib/Anope/README') diff --git a/contrib/Anope/README b/contrib/Anope/README index ea47b069..50f025c7 100644 --- a/contrib/Anope/README +++ b/contrib/Anope/README @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2011 Alexander Barton and Contributors. + (c)2001-2012 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. @@ -11,22 +11,21 @@ This directory contains two preliminary patches that (re-) add a ngIRCd protocol module to the Anope 1.9 development branch. It has been tested -with Anope 1.9.4, there is no guarantee that it will work with other +with Anope 1.9.6, there is no guarantee that it will work with other versions as Anope 1.9.x is under heavy development ... To build this Anope protocol module, you have to - - Download the Anope 1.9.x sources (tested with 1.9.4), + - Download the Anope 1.9.x sources (only tested with 1.9.6!), - Patch in the ngIRCd protocol module, - Build and install Anope as usual, - Configure Anope as usual, use "ngircd" as protocol module. So the command sequence can be something like this: - $ tar xzf anope-1.9.4-source.tar.gz - $ cd anope-1.9.4-source - $ patch -p1 < .../ngircd/contrib/Anope/0001-Revert-Removed-ngircd.patch - $ patch -p1 < .../ngircd/contrib/Anope/0002-ngircd-whitespace-fixes.patch + $ tar xzf anope-1.9.6-source.tar.gz + $ cd anope-1.9.6-source + $ for p in .../ngircd/contrib/Anope/*.patch ; do patch -p1 < $p ; done $ ./Config $ cd build $ make -- cgit 1.4.1