msgstore_fs: add reference to ZNC

This commit is contained in:
Simon Ser 2021-10-14 20:51:03 +02:00
parent 3109340651
commit 04d671121c
1 changed files with 3 additions and 0 deletions

View File

@ -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