mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Normalize methods with 'UserName' to 'Username'
This commit is contained in:
@@ -283,7 +283,7 @@ class CSaveBuff : public CModule {
|
||||
}
|
||||
|
||||
CString GetPath(const CString& sTarget) const {
|
||||
CString sBuffer = GetUser()->GetUserName() + sTarget.AsLower();
|
||||
CString sBuffer = GetUser()->GetUsername() + sTarget.AsLower();
|
||||
CString sRet = GetSavePath();
|
||||
sRet += "/" + CBlowfish::MD5(sBuffer, true);
|
||||
return (sRet);
|
||||
|
||||
Reference in New Issue
Block a user