mirror of
https://github.com/osmarks/ngircd.git
synced 2025-03-04 08:28:10 +00:00
Services.txt: Update information for Anope 2.x
(cherry picked from commit 755562d1477ed28e4e793fb42fa0cc0b295ea1b5)
This commit is contained in:
parent
9ecd8f616f
commit
d20de38161
@ -41,8 +41,8 @@ Example:
|
|||||||
ServiceMask = *Serv
|
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
|
Anope 1.9.8 or later (<http://www.anope.org/>) can be used with ngIRCd using
|
||||||
the "ngircd" protocol module.
|
the "ngircd" protocol module.
|
||||||
@ -66,20 +66,28 @@ In conf/services.conf:
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Load ngIRCd protocol module
|
# Load ngIRCd protocol module
|
||||||
module { name = "ngircd" }
|
module
|
||||||
|
{
|
||||||
|
name = "ngircd"
|
||||||
|
}
|
||||||
|
|
||||||
networkinfo
|
networkinfo
|
||||||
{
|
{
|
||||||
# Must be set to the "MaxNickLength" setting of ngIRCd!
|
# Must be set to the "MaxNickLength" setting of ngIRCd!
|
||||||
nicklen = 9
|
nicklen = 9
|
||||||
|
|
||||||
|
# When not using "strict mode", which is the default:
|
||||||
|
userlen = 20
|
||||||
|
|
||||||
chanlen = 50
|
chanlen = 50
|
||||||
}
|
}
|
||||||
|
|
||||||
In conf/nickserv.conf:
|
In conf/nickserv.conf:
|
||||||
|
|
||||||
nickserv
|
module
|
||||||
{
|
{
|
||||||
|
name = "nickserv"
|
||||||
|
|
||||||
# not required if you are running ngIRCd with a higher nickname limit
|
# not required if you are running ngIRCd with a higher nickname limit
|
||||||
# ("MaxNickLength") than 11 characters, but REQUIRED by default!
|
# ("MaxNickLength") than 11 characters, but REQUIRED by default!
|
||||||
guestnickprefix = "G-"
|
guestnickprefix = "G-"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user