diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 12:47:28 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 12:50:26 +0200 |
| commit | 352f64c7171cf62f2e1a7578fb8e786dead90d9f (patch) | |
| tree | 2fcb0663f1509b2fe5d1f2533f1e8859ddac36ad /src/ZNC.hs | |
| parent | 08e042b949ca358a86c256d137379e76f3881bfc (diff) | |
Prototype compressed event listing
Diffstat (limited to 'src/ZNC.hs')
| -rw-r--r-- | src/ZNC.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ data Event | Mode Nick Text -- ^ User set mode on the channel. | Topic Nick Text -- ^ Topic change. | ParseError + | Compressed Text -- ^ Fake event generated when compressing multiple meta events in "Index" deriving (Show) -- | Returned vector has one entry for each line in the file, excepting the |
