From e7037572e5710d34d1bf95a06c710f5deb1f9ec3 Mon Sep 17 00:00:00 2001 From: Jean Date: Tue, 14 Jul 2026 15:03:22 +0000 Subject: [PATCH] config.example: note the default is the full service suite --- config.example.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index da056f5..d6544ee 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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"]