services: reword uline/service code comments, drop external daemon references
This commit is contained in:
parent
36b8a31a9a
commit
04423388d5
4 changed files with 8 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue