mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Add CModule::ExpandString()
It chooses which ExpandString() to call, of user or of network.
This commit is contained in:
@@ -875,6 +875,8 @@ public:
|
||||
bool ClearNV(bool bWriteToDisk = true);
|
||||
|
||||
const CString& GetSavePath() const;
|
||||
CString ExpandString(const CString& sStr) const;
|
||||
CString& ExpandString(const CString& sStr, CString& sRet) const;
|
||||
|
||||
// Setters
|
||||
void SetType(CModInfo::EModuleType eType) { m_eType = eType; }
|
||||
|
||||
Reference in New Issue
Block a user