README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ngIRCd - Next Generation IRC Server
  2. http://ngircd.barton.de/
  3. (c)2001-2012 Alexander Barton and Contributors.
  4. ngIRCd is free software and published under the
  5. terms of the GNU General Public License.
  6. -- contrib/Anope/README --
  7. This directory contains two preliminary patches that (re-) add a ngIRCd
  8. protocol module to the Anope 1.9 development branch. It has been tested
  9. with Anope 1.9.6, there is no guarantee that it will work with other
  10. versions as Anope 1.9.x is under heavy development ...
  11. To build this Anope protocol module, you have to
  12. - Download the Anope 1.9.x sources (only tested with 1.9.6!),
  13. - Patch in the ngIRCd protocol module,
  14. - Build and install Anope as usual,
  15. - Configure Anope as usual, use "ngircd" as protocol module.
  16. So the command sequence can be something like this:
  17. $ tar xzf anope-1.9.6-source.tar.gz
  18. $ cd anope-1.9.6-source
  19. $ for p in .../ngircd/contrib/Anope/*.patch ; do patch -p1 < $p ; done
  20. $ ./Config
  21. $ cd build
  22. $ make
  23. $ make install
  24. Please have a look at the file doc/Services.txt for more information about
  25. how to set up ngIRCd and Anope.