commit - 9ecd8f616f7fa03a98230c3bf1939b8f27455495
commit + d20de381617d17bc718397d7b34d2c2d8df4c7ad
blob - 2704f021418f9dc6829a10b29c901b4b706fcb17
blob + 2cef7781e81072b3650242991db3a59c4a790dc8
--- doc/Services.txt
+++ doc/Services.txt
ServiceMask = *Serv
-Setting up Anope 1.9.x
-~~~~~~~~~~~~~~~~~~~~~~
+Setting up Anope 1.9.x & 2.x
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Anope 1.9.8 or later (<http://www.anope.org/>) can be used with ngIRCd using
the "ngircd" protocol module.
}
# Load ngIRCd protocol module
- module { name = "ngircd" }
+ module
+ {
+ name = "ngircd"
+ }
networkinfo
{
# Must be set to the "MaxNickLength" setting of ngIRCd!
nicklen = 9
+ # When not using "strict mode", which is the default:
+ userlen = 20
+
chanlen = 50
}
In conf/nickserv.conf:
- nickserv
+ module
{
+ name = "nickserv"
+
# not required if you are running ngIRCd with a higher nickname limit
# ("MaxNickLength") than 11 characters, but REQUIRED by default!
guestnickprefix = "G-"