msgstore_fs: add reference to ZNC

git-svn-id: file:///srv/svn/repo/suika/trunk@642 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2021-10-14 18:51:03 +00:00
parent e54608a2cc
commit 3b153471b8

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