Changeset 642 in code for trunk


Ignore:
Timestamp:
Oct 14, 2021, 6:51:03 PM (4 years ago)
Author:
contact
Message:

msgstore_fs: add reference to ZNC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/msgstore_fs.go

    r628 r642  
    7575
    7676// fsMessageStore is a per-user on-disk store for IRC messages.
     77//
     78// It mimicks the ZNC log layout and format. See the ZNC source:
     79// https://github.com/znc/znc/blob/master/modules/log.cpp
    7780type fsMessageStore struct {
    7881        root string
Note: See TracChangeset for help on using the changeset viewer.