diff options
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 |
