config.example: note the default is the full service suite

This commit is contained in:
Jean Chevronnet 2026-07-14 15:03:22 +00:00
parent dfc11bd1c4
commit e7037572e5
No known key found for this signature in database

View file

@ -36,8 +36,9 @@ protocol = 1206 # InspIRCd link protocol version (1206 = insp4, 1205
# cert = "certs/node.crt"
# key = "certs/node.key"
# Which service modules to start. Omit this section for the built-in NickServ +
# ChanServ. Add "example" to also start the example template service.
# Which service modules to start. Omit this section for the full standard suite
# (every service comes up by default). List names here to run a subset; add
# "example" to also start the example template service.
# [modules]
# services = ["nickserv", "chanserv"]