From 352f64c7171cf62f2e1a7578fb8e786dead90d9f Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 28 Jun 2026 11:47:28 +0100 Subject: Prototype compressed event listing --- src/ZNC.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ZNC.hs') diff --git a/src/ZNC.hs b/src/ZNC.hs index 7cfeb72..502b272 100644 --- a/src/ZNC.hs +++ b/src/ZNC.hs @@ -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 -- cgit v1.3.1