2011-07-10 14:20:48 +02:00
|
|
|
|
|
|
|
ngIRCd - Next Generation IRC Server
|
|
|
|
http://ngircd.barton.de/
|
|
|
|
|
2012-02-04 12:55:41 +01:00
|
|
|
(c)2001-2012 Alexander Barton and Contributors.
|
2011-07-10 14:20:48 +02:00
|
|
|
ngIRCd is free software and published under the
|
|
|
|
terms of the GNU General Public License.
|
|
|
|
|
|
|
|
-- contrib/Anope/README --
|
|
|
|
|
|
|
|
|
|
|
|
This directory contains two preliminary patches that (re-) add a ngIRCd
|
|
|
|
protocol module to the Anope 1.9 development branch. It has been tested
|
2012-02-04 12:55:41 +01:00
|
|
|
with Anope 1.9.6, there is no guarantee that it will work with other
|
2011-07-10 14:20:48 +02:00
|
|
|
versions as Anope 1.9.x is under heavy development ...
|
|
|
|
|
|
|
|
To build this Anope protocol module, you have to
|
|
|
|
|
2012-02-04 12:55:41 +01:00
|
|
|
- Download the Anope 1.9.x sources (only tested with 1.9.6!),
|
2011-07-10 14:20:48 +02:00
|
|
|
- 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:
|
|
|
|
|
2012-02-04 12:55:41 +01:00
|
|
|
$ 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
|
2011-07-10 14:20:48 +02:00
|
|
|
$ ./Config
|
|
|
|
$ cd build
|
|
|
|
$ make
|
|
|
|
$ make install
|
|
|
|
|
|
|
|
Please have a look at the file doc/Services.txt for more information about
|
|
|
|
how to set up ngIRCd and Anope.
|