mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Add CIRCNetwork::ExpandString
This commit is contained in:
@@ -39,6 +39,10 @@ public:
|
||||
SetReply(sReply);
|
||||
}
|
||||
|
||||
if (m_pNetwork) {
|
||||
return m_pNetwork->ExpandString(sReply);
|
||||
}
|
||||
|
||||
return m_pUser->ExpandString(sReply);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user