diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-21 20:37:00 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-21 20:37:00 +0000 |
commit | e861d5bfca1c33d1e6fb1464d318943b32a56062 (patch) | |
tree | b6a6edcd9ebd5e688b88b3a8f004296d93d94735 /include | |
parent | b31a4aea1b68f9fd27d4bf30440948056af2edce (diff) |
Use "yes" instead of "true" in the example configs.
Diffstat (limited to 'include')
-rw-r--r-- | include/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h index 51756b469..078f9662f 100644 --- a/include/server.h +++ b/include/server.h @@ -40,7 +40,7 @@ class CoreExport Server : public classbase */ bool uline; - /** True if this server is a silent uline, i.e. silent="true" in the uline block + /** True if this server is a silent uline, i.e. silent="yes" in the uline block */ bool silentuline; |