summaryrefslogtreecommitdiff
path: root/data/memoserv.example.conf
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-11 12:49:25 +0100
committerSadie Powell <sadie@witchery.services>2025-05-11 12:49:25 +0100
commit3e9f516d556351efe5fbd678a3db86d25274c436 (patch)
tree30776ab35903899ff66cea6ced03c874b0b21b8a /data/memoserv.example.conf
parent744b8bc4dc823e090b8004c0ac82dc73837f4bef (diff)
Consistently use yes/no instead of true/false in the configs.
Diffstat (limited to 'data/memoserv.example.conf')
-rw-r--r--data/memoserv.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf
index 1bfa50ebf..e7b1153a5 100644
--- a/data/memoserv.example.conf
+++ b/data/memoserv.example.conf
@@ -208,7 +208,7 @@ command { service = "MemoServ"; name = "READ"; command = "memoserv/read"; }
*
* This directive is optional.
*/
- operonly = false
+ operonly = no
}
#command { service = "MemoServ"; name = "RSEND"; command = "memoserv/rsend"; }