diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-11 12:49:25 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-11 12:49:25 +0100 |
commit | 3e9f516d556351efe5fbd678a3db86d25274c436 (patch) | |
tree | 30776ab35903899ff66cea6ced03c874b0b21b8a /data/memoserv.example.conf | |
parent | 744b8bc4dc823e090b8004c0ac82dc73837f4bef (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.conf | 2 |
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"; } |