mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Add CChan::SendBuffer(client, buffer) overload
This allows interested parties eg. modules to to send a partial buffer playback without reinventing the wheel.
This commit is contained in:
@@ -96,6 +96,7 @@ public:
|
||||
size_t AddBuffer(const CString& sFormat, const CString& sText = "", const timeval* ts = NULL) { return m_Buffer.AddLine(sFormat, sText, ts); }
|
||||
void ClearBuffer() { m_Buffer.Clear(); }
|
||||
void SendBuffer(CClient* pClient);
|
||||
void SendBuffer(CClient* pClient, const CBuffer& Buffer);
|
||||
// !Buffer
|
||||
|
||||
// m_Nick wrappers
|
||||
|
||||
Reference in New Issue
Block a user