From 957fa8dd994e4ece735452f348d7978932e502f7 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 28 Feb 2020 00:42:43 -0500 Subject: [PATCH] fix incorrect comment in oragono.yaml --- oragono.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/oragono.yaml b/oragono.yaml index f1a98ce7..2250accc 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -744,6 +744,8 @@ history: # per-channel setting): registered-channels: "opt-out" - # direct messages are only stored in the database for persistent clients; - # you can control how they are stored here (same options as above) + # direct messages are only stored in the database for logged-in clients; + # you can control how they are stored here (same options as above). + # if you enable this, strict nickname reservation is strongly recommended + # as well. direct-messages: "opt-out"