mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
Normalize methods with 'UserName' to 'Username'
This commit is contained in:
@@ -351,7 +351,7 @@ class CAway : public CModule {
|
||||
void OnClientDisconnect() override { Away(); }
|
||||
|
||||
CString GetPath() {
|
||||
CString sBuffer = GetUser()->GetUserName();
|
||||
CString sBuffer = GetUser()->GetUsername();
|
||||
CString sRet = GetSavePath();
|
||||
sRet += "/.znc-away-" + CBlowfish::MD5(sBuffer, true);
|
||||
return (sRet);
|
||||
|
||||
Reference in New Issue
Block a user