mirror of
https://github.com/znc/znc.git
synced 2026-06-28 14:01:35 +02:00
c3d677a4d8
This is in preparation of adding more attributes to a CBufLine. Going forward, at least savebuf will need access to all of these to properly serialize buffers. Basically, instead of relying on `GetLine()` to return `false`, the caller is now expected to check bounds himself using `Size()`.