mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Add CUtils::Get/SetMessageTags()
This commit is contained in:
@@ -84,6 +84,9 @@ public:
|
||||
static CString FormatTime(time_t t, const CString& sFormat, const CString& sTZ);
|
||||
static SCString GetTimezones();
|
||||
|
||||
static MCString GetMessageTags(const CString& sLine);
|
||||
static void SetMessageTags(CString& sLine, const MCString& mssTags);
|
||||
|
||||
private:
|
||||
protected:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user