mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Rewrite Buffer to store a format string.
Will use this to allow more parameters to be inserted at the time the buffers are flushed to the client.
This commit is contained in:
@@ -1095,6 +1095,8 @@ bool CString::RightChomp(unsigned int uLen) {
|
||||
}
|
||||
|
||||
//////////////// MCString ////////////////
|
||||
const MCString MCString::EmptyMap;
|
||||
|
||||
MCString::status_t MCString::WriteToDisk(const CString& sPath, mode_t iMode) const {
|
||||
CFile cFile(sPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user