Browse Source

fix incorrect comment in oragono.yaml

tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
957fa8dd99
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      oragono.yaml

+ 4
- 2
oragono.yaml View File

@@ -744,6 +744,8 @@ history:
744 744
         # per-channel setting):
745 745
         registered-channels: "opt-out"
746 746
 
747
-        # direct messages are only stored in the database for persistent clients;
748
-        # you can control how they are stored here (same options as above)
747
+        # direct messages are only stored in the database for logged-in clients;
748
+        # you can control how they are stored here (same options as above).
749
+        # if you enable this, strict nickname reservation is strongly recommended
750
+        # as well.
749 751
         direct-messages: "opt-out"

Loading…
Cancel
Save