Changeset 642 in code
- Timestamp:
- Oct 14, 2021, 6:51:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/msgstore_fs.go
r628 r642 75 75 76 76 // 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 77 80 type fsMessageStore struct { 78 81 root string
Note:
See TracChangeset
for help on using the changeset viewer.