X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FServices.txt;h=f945bbf195c883534b35fdccef98a9fd73f2a902;hb=0ae158a492221421f9e8b531d16651e3bcd9ccee;hp=3daa7296cbda6bfdbe594572a3dd6df7349f3a18;hpb=9e79ed86058c88b1264e4507acbd0ae82f5c1290;p=ngircd-alex.git diff --git a/doc/Services.txt b/doc/Services.txt index 3daa7296..f945bbf1 100644 --- a/doc/Services.txt +++ b/doc/Services.txt @@ -15,7 +15,7 @@ using the IRC protocol as defined in RFC 1459 or RFC 2812. Support for Services has been tested using - Anope 1.9.8 or later () - - Atheme 7.0.2 or later () + - Atheme 7.0.2 or later () - "IRC Services" 5.1.x by Andrew Church () This document describes setting up ngIRCd and these services. @@ -34,6 +34,10 @@ services instead of regular IRC users. Example: + [GLOBAL] + Name = server.irc.net + Ports = 6667 + [SERVER] Name = services.irc.net MyPassword = 123abc @@ -97,13 +101,17 @@ In conf/nickserv.conf: Setting up Atheme 7.0.2 or later ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Atheme 7.0.2 or later () may be used with ngIRCd using +Atheme 7.0.2 or later () may be used with ngIRCd using the "ngircd" protocol module. The following settings need to be in atheme.conf: loadmodule "modules/protocol/ngircd"; + serverinfo { + name = "services.irc.net"; + } + uplink "server.irc.net" { password = "123abc"; port = 6667;