From 04d671121c28824aa07929768011a3d87b837344 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 14 Oct 2021 20:51:03 +0200 Subject: [PATCH] msgstore_fs: add reference to ZNC --- msgstore_fs.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/msgstore_fs.go b/msgstore_fs.go index f3df2f1..eafa50f 100644 --- a/msgstore_fs.go +++ b/msgstore_fs.go @@ -74,6 +74,9 @@ type fsMessageStoreFile struct { } // fsMessageStore is a per-user on-disk store for IRC messages. +// +// It mimicks the ZNC log layout and format. See the ZNC source: +// https://github.com/znc/znc/blob/master/modules/log.cpp type fsMessageStore struct { root string