mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Use CModule::ExpandString
This commit is contained in:
@@ -39,11 +39,7 @@ public:
|
||||
SetReply(sReply);
|
||||
}
|
||||
|
||||
if (m_pNetwork) {
|
||||
return m_pNetwork->ExpandString(sReply);
|
||||
}
|
||||
|
||||
return m_pUser->ExpandString(sReply);
|
||||
return ExpandString(sReply);
|
||||
}
|
||||
|
||||
void Handle(const CString& sNick) {
|
||||
|
||||
Reference in New Issue
Block a user