Use CModule::ExpandString

This commit is contained in:
Alexey Sokolov
2013-01-20 10:33:24 +07:00
parent 42cb0d7de7
commit f661f2a002
3 changed files with 6 additions and 15 deletions

View File

@@ -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) {