mirror of
https://github.com/znc/znc.git
synced 2026-06-27 05:21:38 +02:00
Add CIRCNetwork::ExpandString
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
CString sData = m_pUser->ExpandString(GetNV("Format"));
|
||||
CString sData = m_pNetwork->ExpandString(GetNV("Format"));
|
||||
|
||||
// If the format doesn't contain anything expandable, we'll
|
||||
// assume this is an "old"-style format string.
|
||||
|
||||
Reference in New Issue
Block a user