services: reword uline/service code comments, drop external daemon references

This commit is contained in:
Jean Chevronnet 2026-08-16 14:12:18 +00:00
parent 36b8a31a9a
commit 04423388d5
4 changed files with 8 additions and 8 deletions

View file

@ -269,7 +269,7 @@ impl Server {
self.webirc = fresh.webirc;
self.raw_config = fresh.raw;
// Re-evaluate which linked servers are services against the fresh
// `uline`/`sasl_server` config (like InspIRCd recomputing IsService on rehash).
// `uline`/`sasl_server` config (re-evaluated on every rehash).
let names: Vec<(String, String)> = self
.servers
.iter()